Uses of Enum Class
net.minecraft.state.properties.PistonType
Packages that use PistonType
-
Uses of PistonType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type PistonTypeModifier and TypeFieldDescriptionstatic final EnumProperty<PistonType>
MovingPistonBlock.TYPE
static final EnumProperty<PistonType>
PistonHeadBlock.TYPE
-
Uses of PistonType in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type PistonTypeModifier and TypeFieldDescriptionstatic final EnumProperty<PistonType>
BlockStateProperties.PISTON_TYPE
Methods in net.minecraft.state.properties that return PistonTypeModifier and TypeMethodDescriptionstatic PistonType
Returns the enum constant of this class with the specified name.static PistonType[]
PistonType.values()
Returns an array containing the constants of this enum class, in the order they are declared.