Class TrapDoor
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
org.bukkit.material.TrapDoor
- All Implemented Interfaces:
Cloneable, Attachable, Directional, Openable
@Deprecated(since="1.14.1")
public class TrapDoor
extends SimpleAttachableMaterialData
implements Openable
Deprecated.
Represents a trap door
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Gets the face that this block is attached onbooleanDeprecated.Test if trapdoor is invertedbooleanisOpen()Deprecated.Check to see if the door is open.voidsetFacingDirection(BlockFace face) Deprecated.Sets the direction that this block is facing invoidsetInverted(boolean inv) Deprecated.Set trapdoor inverted statevoidsetOpen(boolean isOpen) Deprecated.Configure this door to be either open or closed;toString()Deprecated.Methods inherited from class SimpleAttachableMaterialData
getFacingMethods inherited from class MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
TrapDoor
public TrapDoor()Deprecated. -
TrapDoor
Deprecated. -
TrapDoor
Deprecated.Magic value- Parameters:
type- the typedata- the raw data value
-
-
Method Details
-
isOpen
-
setOpen
-
isInverted
public boolean isInverted()Deprecated.Test if trapdoor is inverted- Returns:
- true if inverted (top half), false if normal (bottom half)
-
setInverted
public void setInverted(boolean inv) Deprecated.Set trapdoor inverted state- Parameters:
inv- - true if inverted (top half), false if normal (bottom half)
-
getAttachedFace
Deprecated.Description copied from interface:AttachableGets the face that this block is attached on- Specified by:
getAttachedFacein interfaceAttachable- Returns:
- BlockFace attached to
-
setFacingDirection
Deprecated.Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
setFacingDirectionin interfaceDirectional- Parameters:
face- The facing direction
-
toString
-
clone
-
BlockData.