Uses of Enum Class
net.minecraft.block.PistonHeadBlock.PistonHeadType
Packages that use PistonHeadBlock.PistonHeadType
-
Uses of PistonHeadBlock.PistonHeadType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type PistonHeadBlock.PistonHeadTypeModifier and TypeFieldDescriptionstatic final EnumProperty<PistonHeadBlock.PistonHeadType>PistonExtensionBlock.TYPEstatic final EnumProperty<PistonHeadBlock.PistonHeadType>PistonHeadBlock.TYPEMethods in net.minecraft.block that return PistonHeadBlock.PistonHeadTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PistonHeadBlock.PistonHeadType[]PistonHeadBlock.PistonHeadType.values()Returns an array containing the constants of this enum class, in the order they are declared.