Package org.bukkit.block.data
Interface Bisected
public interface Bisected extends BlockData
'half' denotes which half of a two block tall material this block is.
In game it may be referred to as either (top, bottom) or (upper, lower).
In game it may be referred to as either (top, bottom) or (upper, lower).
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Bisected.Half
The half of a vertically bisected block. -
Method Summary
Modifier and Type Method Description Bisected.Half
getHalf()
Gets the value of the 'half' property.void
setHalf(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