Uses of Enum Class
org.bukkit.block.data.type.TestBlock.Mode
Packages that use TestBlock.Mode
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of TestBlock.Mode in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return TestBlock.ModeModifier and TypeMethodDescription@NotNull TestBlock.Mode
TestBlock.getMode()
Gets the value of the 'mode' property.static TestBlock.Mode
Returns the enum constant of this class with the specified name.static TestBlock.Mode[]
TestBlock.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 TestBlock.ModeModifier and TypeMethodDescriptionvoid
TestBlock.setMode
(@NotNull TestBlock.Mode mode) Sets the value of the 'mode' property.