类 Stairs
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Stairs
- 所有已实现的接口:
Cloneable
,Directional
代表楼梯
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
获取这个方块的朝向.boolean
测试这个台阶是否被反转.void
setFacingDirection
(BlockFace face) 设置楼梯部分的朝向.void
setInverted
(boolean inv) 设置台阶的反转状态.toString()
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Stairs
已过时。不安全的参数- 参数:
type
- the raw type id
-
Stairs
-
Stairs
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
Stairs
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
getAscendingDirection
- 返回:
- 楼梯上升的方向
-
getDescendingDirection
- 返回:
- 楼梯下降的方向
-
setFacingDirection
设置楼梯部分的朝向.原文:Set the direction the stair part of the block is facing
- 指定者:
setFacingDirection
在接口中Directional
- 参数:
face
- 这个方块的朝向
-
getFacing
从接口复制的说明:Directional
获取这个方块的朝向.原文:Gets the direction this block is facing
- 指定者:
getFacing
在接口中Directional
- 返回:
- 楼梯的朝向
-
isInverted
public boolean isInverted()测试这个台阶是否被反转.原文:Test if step is inverted
- 返回:
- true为台阶被反转(上半),false为一般状态(下半)
-
setInverted
public void setInverted(boolean inv) 设置台阶的反转状态.原文:Set step inverted state
- 参数:
inv
- - true为台阶被反转(上半),false为一般状态(下半)
-
toString
- 覆盖:
toString
在类中MaterialData
-
clone
- 覆盖:
clone
在类中MaterialData
-