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<?>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 PropertyMethods in net.minecraft.block with parameters of type PropertyModifier and TypeMethodDescription<T extends Comparable<T>>
T<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) 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
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.state
Fields in net.minecraft.state with type parameters of type PropertyModifier and TypeFieldDescriptionprivate final ImmutableMap<Property,Comparable> StateManager.BlockStateImpl.mapprivate final ImmutableList<Property>StateManager.propertiesStateManager.PROPERTY_STRING_FUNCTIONprivate ImmutableTable<Property,Comparable, BlockState> StateManager.BlockStateImpl.tableMethods in net.minecraft.state that return types with arguments of type PropertyModifier and TypeMethodDescriptionStateManager.BlockStateImpl.getProperties()StateManager.getProperties()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>>
Tprivate 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