类 Stairs
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Stairs
- 所有已实现的接口:
Cloneable
,Directional
已过时。
Represents stairs.
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
已过时。已过时。已过时。已过时。Gets the direction this block is facingboolean
已过时。Test if step is invertedvoid
setFacingDirection
(BlockFace face) 已过时。Set the direction the stair part of the block is facingvoid
setInverted
(boolean inv) 已过时。Set step inverted statetoString()
已过时。从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Stairs
已过时。 -
Stairs
已过时。Magic value- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
getAscendingDirection
已过时。- 返回:
- the direction the stairs ascend towards
-
getDescendingDirection
已过时。- 返回:
- the direction the stairs descend towards
-
setFacingDirection
已过时。Set the direction the stair part of the block is facing- 指定者:
setFacingDirection
在接口中Directional
- 参数:
face
- The facing direction
-
getFacing
已过时。从接口复制的说明:Directional
Gets the direction this block is facing- 指定者:
getFacing
在接口中Directional
- 返回:
- the direction the stair part of the block is facing
-
isInverted
public boolean isInverted()已过时。Test if step is inverted- 返回:
- true if inverted (top half), false if normal (bottom half)
-
setInverted
public void setInverted(boolean inv) 已过时。Set step inverted state- 参数:
inv
- - true if step is inverted (top half), false if step is normal (bottom half)
-
toString
已过时。- 覆盖:
toString
在类中MaterialData
-
clone
已过时。- 覆盖:
clone
在类中MaterialData
-
BlockData
.