Package org.bukkit.material
Class Stairs
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Stairs
- All Implemented Interfaces:
Cloneable,Directional
@Deprecated public class Stairs extends MaterialData implements Directional
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData.Represents stairs.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Stairsclone()Deprecated.BlockFacegetAscendingDirection()Deprecated.BlockFacegetDescendingDirection()Deprecated.BlockFacegetFacing()Deprecated.Gets the direction this block is facingbooleanisInverted()Deprecated.Test if step is invertedvoidsetFacingDirection(BlockFace face)Deprecated.Set the direction the stair part of the block is facingvoidsetInverted(boolean inv)Deprecated.Set step inverted stateStringtoString()Deprecated.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Method Details
-
getAscendingDirection
Deprecated.- Returns:
- the direction the stairs ascend towards
-
getDescendingDirection
Deprecated.- Returns:
- the direction the stairs descend towards
-
setFacingDirection
Deprecated.Set the direction the stair part of the block is facing- Specified by:
setFacingDirectionin interfaceDirectional- Parameters:
face- The facing direction
-
getFacing
Deprecated.Description copied from interface:DirectionalGets the direction this block is facing- Specified by:
getFacingin interfaceDirectional- Returns:
- the direction the stair part of the block is facing
-
isInverted
public boolean isInverted()Deprecated.Test if step is inverted- Returns:
- true if inverted (top half), false if normal (bottom half)
-
setInverted
public void setInverted(boolean inv)Deprecated.Set step inverted state- Parameters:
inv- - true if step is inverted (top half), false if step is normal (bottom half)
-
toString
Deprecated.- Overrides:
toStringin classMaterialData
-
clone
Deprecated.- Overrides:
clonein classMaterialData
-