Uses of Class
org.bukkit.block.structure.UsageMode
-
Packages that use UsageMode Package Description org.bukkit.block Classes used to manipulate the voxels in aworld, including special states.org.bukkit.block.structure -
-
Uses of UsageMode in org.bukkit.block
Methods in org.bukkit.block that return UsageMode Modifier and Type Method Description UsageModeStructure. getUsageMode()Get theUsageModeof this structure block.Methods in org.bukkit.block with parameters of type UsageMode Modifier and Type Method Description voidStructure. setUsageMode(UsageMode mode)Set theUsageModeof this structure block. -
Uses of UsageMode in org.bukkit.block.structure
Methods in org.bukkit.block.structure that return UsageMode Modifier and Type Method Description static UsageModeUsageMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageMode[]UsageMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-