Class DirectionProperty
java.lang.Object
net.minecraft.world.level.block.state.properties.Property<T>
net.minecraft.world.level.block.state.properties.EnumProperty<Direction>
net.minecraft.world.level.block.state.properties.DirectionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.block.state.properties.Property
Property.Value<T extends Comparable<T>>
-
Constructor Summary
ModifierConstructorDescriptionprotected
DirectionProperty
(String p_61541_, Collection<Direction> p_61542_) -
Method Summary
Modifier and TypeMethodDescriptionstatic DirectionProperty
static DirectionProperty
create
(String p_61544_, Collection<Direction> p_61545_) static DirectionProperty
static DirectionProperty
Methods inherited from class net.minecraft.world.level.block.state.properties.EnumProperty
create, create, create, create, equals, generateHashCode, getName, getPossibleValues, getValue
Methods inherited from class net.minecraft.world.level.block.state.properties.Property
codec, getAllValues, getName, getValueClass, hashCode, parseValue, toString, value, value, valueCodec
-
Constructor Details
-
DirectionProperty
-
-
Method Details
-
create
-
create
-
create
-
create
-