Uses of Enum Class
net.minecraft.block.enums.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> PistonExtensionBlock.TYPE
static final EnumProperty
<PistonType> PistonHeadBlock.TYPE
-
Uses of PistonType in net.minecraft.block.enums
Methods in net.minecraft.block.enums 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. -
Uses of PistonType in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type PistonTypeModifier and TypeFieldDescriptionstatic final EnumProperty
<PistonType> Properties.PISTON_TYPE
A property that specifies the type of a piston.