Uses of Enum Class
org.bukkit.block.data.type.Speleothem.Thickness
Packages that use Speleothem.Thickness
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Speleothem.Thickness in org.bukkit.block.data.type
Subclasses with type arguments of type Speleothem.Thickness in org.bukkit.block.data.typeModifier and TypeClassDescriptionstatic enumRepresents the thickness of the speleothem, corresponding to its position within a multi-block speleothem formation.Methods in org.bukkit.block.data.type that return Speleothem.ThicknessModifier and TypeMethodDescriptionSpeleothem.getThickness()Gets the value of the 'thickness' property.static Speleothem.ThicknessReturns the enum constant of this class with the specified name.static Speleothem.Thickness[]Speleothem.Thickness.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Speleothem.ThicknessModifier and TypeMethodDescriptionvoidSpeleothem.setThickness(Speleothem.Thickness thickness) Sets the value of the 'thickness' property.