Package org.bukkit.material
Class Ladder
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.SimpleAttachableMaterialData
org.bukkit.material.Ladder
- All Implemented Interfaces:
- Cloneable,- Attachable,- Directional
Deprecated.
Represents Ladder data
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated.Deprecated.Gets the face that this block is attached onvoidsetFacingDirection(BlockFace face) Deprecated.Sets the direction this ladder is facingMethods inherited from class org.bukkit.material.SimpleAttachableMaterialDatagetFacing, toStringMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Ladderpublic Ladder()Deprecated.
- 
LadderDeprecated.
- 
LadderDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
getAttachedFaceDeprecated.Gets the face that this block is attached on- Returns:
- BlockFace attached to
 
- 
setFacingDirectionDeprecated.Sets the direction this ladder is facing- Parameters:
- face- The facing direction
 
- 
cloneDeprecated.- Overrides:
- clonein class- SimpleAttachableMaterialData
 
 
- 
BlockData.