Uses of Enum Class
org.bukkit.block.data.type.StructureBlock.Mode
Packages that use 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
Subclasses with type arguments of type StructureBlock.Mode in org.bukkit.block.data.typeModifier and TypeClassDescriptionstatic enumOperating mode of a structure block.Methods in org.bukkit.block.data.type that return StructureBlock.ModeModifier and TypeMethodDescriptionStructureBlock.getMode()Gets the value of the 'mode' property.static StructureBlock.ModeReturns 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.Methods in org.bukkit.block.data.type with parameters of type StructureBlock.ModeModifier and TypeMethodDescriptionvoidStructureBlock.setMode(@NotNull StructureBlock.Mode mode) Sets the value of the 'mode' property.