Uses of Enum Class
org.bukkit.block.data.type.TechnicalPiston.Type
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of TechnicalPiston.Type in org.bukkit.block.data.type
Modifier and TypeMethodDescriptionTechnicalPiston.getType()
Gets the value of the 'type' property.static TechnicalPiston.Type
Returns the enum constant of this class with the specified name.static TechnicalPiston.Type[]
TechnicalPiston.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TechnicalPiston.setType
(@NotNull TechnicalPiston.Type type) Sets the value of the 'type' property.