Package org.bukkit.material
Class Gate
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Gate
- All Implemented Interfaces:
Cloneable
,Directional
,Openable
@Deprecated(forRemoval=true,
since="1.13")
public class Gate
extends MaterialData
implements Directional, Openable
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a fence gate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets the direction this block is facingboolean
isOpen()
Deprecated, for removal: This API element is subject to removal in a future version.Check to see if the door is open.void
setFacingDirection
(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction that this block is facing invoid
setOpen
(boolean isOpen) Deprecated, for removal: This API element is subject to removal in a future version.Configure this door to be either open or closed;toString()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Gate
public Gate()Deprecated, for removal: This API element is subject to removal in a future version. -
Gate
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
Gate
public Gate(byte data) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setFacingDirection
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Directional
Sets the direction that this block is facing in- Specified by:
setFacingDirection
in interfaceDirectional
- Parameters:
face
- The facing direction
-
getFacing
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Directional
Gets the direction this block is facing- Specified by:
getFacing
in interfaceDirectional
- Returns:
- the direction this block is facing
-
isOpen
public boolean isOpen()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Openable
Check to see if the door is open. -
setOpen
public void setOpen(boolean isOpen) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Openable
Configure this door to be either open or closed; -
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classMaterialData
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classMaterialData
-
BlockData
.