Uses of Class
net.minecraft.block.enums.PistonType
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.state.property |
-
Uses of PistonType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type PistonType Modifier and Type Field Description static EnumProperty<PistonType>PistonExtensionBlock. TYPEstatic EnumProperty<PistonType>PistonHeadBlock. TYPE -
Uses of PistonType in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return PistonType Modifier and Type Method Description static PistonTypePistonType. valueOf(String name)Returns the enum constant of this type with the specified name.static PistonType[]PistonType. values()Returns an array containing the constants of this enum type, 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 PistonType Modifier and Type Field Description static EnumProperty<PistonType>Properties. PISTON_TYPEA property that specifies the type of a piston.