Package org.bukkit.material
Class Gate
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Gate
- All Implemented Interfaces:
 Cloneable,Directional,Openable
@Deprecated(since="1.13",
            forRemoval=true)
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
Constructors - 
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 facingbooleanisOpen()Deprecated, for removal: This API element is subject to removal in a future version.Check to see if the door is open.voidsetFacingDirection(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Sets the direction that this block is facing invoidsetOpen(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:DirectionalSets the direction that this block is facing in- Specified by:
 setFacingDirectionin 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:DirectionalGets the direction this block is facing- Specified by:
 getFacingin 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:OpenableCheck 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:OpenableConfigure this door to be either open or closed; - 
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
 toStringin classMaterialData
 - 
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
 clonein classMaterialData
 
 - 
 
BlockData.