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