Uses of Class
org.bukkit.block.data.type.StructureBlock.Mode
| Package | Description |
|---|---|
| org.bukkit.block.data.type |
Specific BlockData classes relevant to only a given block or set of blocks.
|
-
Uses of StructureBlock.Mode in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return StructureBlock.Mode Modifier and Type Method Description StructureBlock.ModeStructureBlock. getMode()Gets the value of the 'mode' property.static StructureBlock.ModeStructureBlock.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureBlock.Mode[]StructureBlock.Mode. 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 StructureBlock.Mode Modifier and Type Method Description voidStructureBlock. setMode(StructureBlock.Mode mode)Sets the value of the 'mode' property.