Uses of Class
org.bukkit.block.data.type.Comparator.Mode
| Package | Description |
|---|---|
| org.bukkit.block.data.type |
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.Mode Modifier and Type Method Description Comparator.ModeComparator. getMode()Gets the value of the 'mode' property.static Comparator.ModeComparator.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Comparator.Mode[]Comparator.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 Comparator.Mode Modifier and Type Method Description voidComparator. setMode(Comparator.Mode mode)Sets the value of the 'mode' property.