Uses of Interface
net.minecraft.state.property.Property
Packages that use Property
Package
Description
-
Uses of Property in net.minecraft.block
Fields in net.minecraft.block with type parameters of type PropertyModifier and TypeFieldDescriptionprivate static final Function<Map.Entry<Property<?>,Comparable<?>>, String> AbstractBlockState.field_9884BlockStatePredicate.propertiesMethods in net.minecraft.block that return PropertyModifier and TypeMethodDescriptionabstract Property<AbstractRailBlock.RailShapeType>AbstractRailBlock.getShapeProperty()DetectorRailBlock.getShapeProperty()PoweredRailBlock.getShapeProperty()RailBlock.getShapeProperty()FlowerBlock.method_8781()Property<?>PurpurSlab.method_8795()Property<?>RedSandstoneSlabBlock.method_8795()abstract Property<?>SlabBlock.method_8795()Property<?>StoneSlabBlock.method_8795()Property<?>WoodSlabBlock.method_8795()Methods in net.minecraft.block that return types with arguments of type PropertyModifier and TypeMethodDescriptionCollection<Property<?>>BlockState.getProperties()ImmutableMap<Property<?>,Comparable<?>> BlockState.getPropertyMap()Methods in net.minecraft.block with parameters of type PropertyModifier and TypeMethodDescription<T extends Comparable<T>>
Tprotected <T extends Comparable<T>>
booleanBlockStatePredicate.method_11747(BlockState blockState, Property<T> property, Predicate<?> predicate) <T extends Comparable<T>>
BlockStateAbstractBlockState.method_9024(Property<T> property) <T extends Comparable<T>>
BlockStateBlockState.method_9024(Property<T> property) <V extends Comparable<V>>
BlockStatePredicateBlockStatePredicate.method_9066(Property<V> property, Predicate<? extends V> predicate) <T extends Comparable<T>,V extends T>
BlockState -
Uses of Property in net.minecraft.client
Fields in net.minecraft.client declared as PropertyModifier and TypeFieldDescriptionprivate Property<?>BlockStateMap.Builder.defaultPropertyprivate final Property<?>BlockStateMap.defaultPropertyFields in net.minecraft.client with type parameters of type PropertyModifier and TypeFieldDescriptionBlockStateMap.Builder.ignoredPropertiesBlockStateMap.ignoredPropertiesMethods in net.minecraft.client with parameters of type PropertyModifier and TypeMethodDescriptionBlockStateMap.Builder.defaultProperty(Property<?> property) BlockStateMap.Builder.ignoreProperties(Property<?>[] properties) private Predicate<BlockState>class_2881.method_12382(Property<?> property, String string) private <T extends Comparable<T>>
StringBlockStateMap.method_12405(Property<T> property, Map<Property<?>, Comparable<?>> map) Method parameters in net.minecraft.client with type arguments of type PropertyModifier and TypeMethodDescriptionprivate <T extends Comparable<T>>
StringBlockStateMap.method_12405(Property<T> property, Map<Property<?>, Comparable<?>> map) Constructors in net.minecraft.client with parameters of type PropertyModifierConstructorDescriptionprivateBlockStateMap(Property<?> defaultProperty, String suffix, List<Property<?>> ignoredProperties) Constructor parameters in net.minecraft.client with type arguments of type PropertyModifierConstructorDescriptionprivateBlockStateMap(Property<?> defaultProperty, String suffix, List<Property<?>> ignoredProperties) -
Uses of Property in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type PropertyModifier and TypeMethodDescriptionprivate <T extends Comparable<T>>
StringBlockStateIdentifierMap.method_12402(Property<T> property, Comparable<?> comparable) Method parameters in net.minecraft.client.render with type arguments of type PropertyModifier and TypeMethodDescriptionBlockStateIdentifierMap.getPropertyStateString(Map<Property<?>, Comparable<?>> map) -
Uses of Property in net.minecraft.item
Methods in net.minecraft.item with parameters of type PropertyModifier and TypeMethodDescriptionprotected <T extends Comparable<T>>
BlockStateStoneSlabItem.method_11403(Property<T> property, Comparable<?> comparable) -
Uses of Property in net.minecraft.state
Fields in net.minecraft.state with type parameters of type PropertyModifier and TypeFieldDescriptionprivate final ImmutableSortedMap<String,Property<?>> StateManager.field_12900private final ImmutableMap<Property<?>,Comparable<?>> StateManager.BlockStateImpl.mapStateManager.PROPERTY_STRING_FUNCTIONprivate ImmutableTable<Property<?>,Comparable<?>, BlockState> StateManager.BlockStateImpl.tableMethods in net.minecraft.state that return PropertyMethods in net.minecraft.state that return types with arguments of type PropertyModifier and TypeMethodDescriptionCollection<Property<?>>StateManager.BlockStateImpl.getProperties()Collection<Property<?>>StateManager.getProperties()Really just getProperties, but there already is one in the mappingsImmutableMap<Property<?>,Comparable<?>> StateManager.BlockStateImpl.getPropertyMap()private Map<Property<?>,Comparable<?>> StateManager.BlockStateImpl.method_9037(Property<?> property, Comparable<?> comparable) Methods in net.minecraft.state with parameters of type PropertyModifier and TypeMethodDescription<T extends Comparable<T>>
Tstatic <T extends Comparable<T>>
StringStateManager.method_11740(Block block, Property<T> property) private Map<Property<?>,Comparable<?>> StateManager.BlockStateImpl.method_9037(Property<?> property, Comparable<?> comparable) <T extends Comparable<T>,V extends T>
BlockStateMethod parameters in net.minecraft.state with type arguments of type PropertyModifier and TypeMethodDescriptionvoidStateManager.BlockStateImpl.method_9036(Map<Map<Property<?>, Comparable<?>>, StateManager.BlockStateImpl> map) Constructors in net.minecraft.state with parameters of type PropertyConstructor parameters in net.minecraft.state with type arguments of type PropertyModifierConstructorDescriptionprivateBlockStateImpl(Block block, ImmutableMap<Property<?>, Comparable<?>> map) -
Uses of Property in net.minecraft.state.property
Classes in net.minecraft.state.property that implement PropertyModifier and TypeClassDescriptionclassAbstractProperty<T extends Comparable<T>>classclassclassEnumProperty<T extends Enum<T> & StringIdentifiable>class