Package org.bukkit.block.data.type
Interface Door
public interface Door extends Bisected, Directional, Openable, Powerable
'hinge' indicates which hinge this door is attached to and will rotate around
when opened.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDoor.HingeThe hinge of a door. -
Method Summary
Modifier and Type Method Description Door.HingegetHinge()Gets the value of the 'hinge' property.voidsetHinge(Door.Hinge hinge)Sets the value of the 'hinge' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge