Uses of Class
org.bukkit.block.data.Bisected.Half
-
Packages that use Bisected.Half Package Description org.bukkit.block.data Generalized BlockData classes. -
-
Uses of Bisected.Half in org.bukkit.block.data
Methods in org.bukkit.block.data that return Bisected.Half Modifier and Type Method Description @NotNull Bisected.HalfBisected. getHalf()Gets the value of the 'half' property.static Bisected.HalfBisected.Half. valueOf(String name)Returns the enum constant of this type with the specified name.static Bisected.Half[]Bisected.Half. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.block.data with parameters of type Bisected.Half Modifier and Type Method Description voidBisected. setHalf(@NotNull Bisected.Half half)Sets the value of the 'half' property.
-