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 classBisected.HalfThe half of a vertically bisected block. -
Method Summary
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