Package org.bukkit.block.data
Interface Bisected
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBisected.HalfThe half of a vertically bisected block.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bisected.HalfgetHalf()Gets the value of the 'half' property.voidsetHalf(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 Bisected.Half getHalf()
Gets the value of the 'half' property.- Returns:
- the 'half' value
-
setHalf
void setHalf(@NotNull Bisected.Half half)Sets the value of the 'half' property.- Parameters:
half- the new 'half' value
-
-