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