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 SummaryConstructors
- 
Method SummaryModifier 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.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Gatepublic Gate()Deprecated, for removal: This API element is subject to removal in a future version.
- 
GateDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
- 
Gatepublic Gate(byte data) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
setFacingDirectionDeprecated, 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 interface- Directional
- Parameters:
- face- The facing direction
 
- 
getFacingDeprecated, 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 interface- Directional
- Returns:
- the direction this block is facing
 
- 
isOpenpublic 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.
- 
setOpenpublic 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;
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.