Package org.bukkit.material
Class Stairs
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Stairs
- All Implemented Interfaces:
Cloneable
,Directional
@Deprecated(forRemoval=true,
since="1.13")
public class Stairs
extends MaterialData
implements Directional
Deprecated, for removal: This API element is subject to removal in a future version.
Represents stairs.
-
Constructor Summary
-
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.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 facingboolean
Deprecated, for removal: This API element is subject to removal in a future version.Test if step is invertedvoid
setFacingDirection
(BlockFace face) Deprecated, for removal: This API element is subject to removal in a future version.Set the direction the stair part of the block is facingvoid
setInverted
(boolean inv) Deprecated, for removal: This API element is subject to removal in a future version.Set step inverted statetoString()
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
-
Stairs
Deprecated, for removal: This API element is subject to removal in a future version. -
Stairs
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
getAscendingDirection
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the direction the stairs ascend towards
-
getDescendingDirection
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the direction the stairs descend towards
-
setFacingDirection
Deprecated, for removal: This API element is subject to removal in a future version.Set the direction the stair part of the block is facing- Specified by:
setFacingDirection
in 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:Directional
Gets the direction this block is facing- Specified by:
getFacing
in interfaceDirectional
- Returns:
- the direction the stair part of the block is facing
-
isInverted
public boolean isInverted()Deprecated, for removal: This API element is subject to removal in a future version.Test if step is inverted- Returns:
- true if inverted (top half), false if normal (bottom half)
-
setInverted
public void setInverted(boolean inv) Deprecated, for removal: This API element is subject to removal in a future version.Set step inverted state- Parameters:
inv
- - true if step is inverted (top half), false if step is normal (bottom half)
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classMaterialData
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classMaterialData
-
BlockData
.