Package org.bukkit.block.data
Interface Bisected
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Bisected.Half
The half of a vertically bisected block.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Bisected.Half
getHalf()
Gets the value of the 'half' property.void
setHalf(@NotNull Bisected.Half half)
Sets the value of the 'half' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-
-
-
Method Detail
-
getHalf
@NotNull @NotNull Bisected.Half getHalf()
Gets the value of the 'half' property.- Returns:
- the 'half' value
-
setHalf
void setHalf(@NotNull @NotNull Bisected.Half half)
Sets the value of the 'half' property.- Parameters:
half
- the new 'half' value
-
-