Package org.bukkit.material
Class Gate
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Gate
- All Implemented Interfaces:
- Cloneable,- Directional,- Openable
Deprecated.
Represents a fence gate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Gets the direction this block is facingbooleanisOpen()Deprecated.Check to see if the door is open.voidsetFacingDirection(BlockFace face) Deprecated.Sets the direction that this block is facing invoidsetOpen(boolean isOpen) Deprecated.Configure this door to be either open or closed;toString()Deprecated.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Gatepublic Gate()Deprecated.
- 
GateDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
- 
Gatepublic Gate(byte data) Deprecated.
 
- 
- 
Method Details- 
setFacingDirectionDeprecated.Description copied from interface:DirectionalSets the direction that this block is facing in- Specified by:
- setFacingDirectionin interface- Directional
- Parameters:
- face- The facing direction
 
- 
getFacingDeprecated.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.Description copied from interface:OpenableCheck to see if the door is open.
- 
setOpenpublic void setOpen(boolean isOpen) Deprecated.Description copied from interface:OpenableConfigure this door to be either open or closed;
- 
toStringDeprecated.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.