Uses of Enum
org.bukkit.block.data.type.TechnicalPiston.Type
Packages that use 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
Methods in org.bukkit.block.data.type that return TechnicalPiston.TypeModifier and TypeMethodDescriptionTechnicalPiston.getType()Gets the value of the 'type' property.static TechnicalPiston.TypeReturns the enum constant of this type with the specified name.static TechnicalPiston.Type[]TechnicalPiston.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type TechnicalPiston.TypeModifier and TypeMethodDescriptionvoidTechnicalPiston.setType(TechnicalPiston.Type type) Sets the value of the 'type' property.