Class Door

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Door
All Implemented Interfaces:
Cloneable, Directional, Openable

@Deprecated public class Door extends MaterialData implements Directional, Openable
Deprecated.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a door. This class was previously deprecated, but has been retrofitted to work with modern doors. Some methods are undefined dependant on isTopHalf() due to Minecraft's internal representation of doors.
See Also: