类 Sign
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Sign
- 所有已实现的接口:
Cloneable
,Attachable
,Directional
代表告示牌.
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
获取这个木牌附着的朝向.获取这个告示牌当前的朝向.boolean
检测这个告示牌是否依附在墙上.void
setFacingDirection
(BlockFace face) 设置这个方块的朝向.toString()
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Sign
public Sign() -
Sign
已过时。不安全的参数- 参数:
type
- the raw type id
-
Sign
-
Sign
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
Sign
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
-
方法详细资料
-
isWallSign
public boolean isWallSign()检测这个告示牌是否依附在墙上.原文:Check if this sign is attached to a wall
- 返回:
- 如果告示牌依附在墙上则为踏入额,立在方块上则为false
-
getAttachedFace
获取这个木牌附着的朝向.原文:Gets the face that this block is attached on
- 指定者:
getAttachedFace
在接口中Attachable
- 返回:
- 附着的朝向
-
getFacing
获取这个告示牌当前的朝向.译注:与另一个方法不同的是,本方法获得是这个告示牌方块本身得朝向,另一个方法是告示牌依附得方向(向哪依附).
原文:Gets the direction that this sign is currently facing
- 指定者:
getFacing
在接口中Directional
- 返回:
- 这个告示牌正朝向哪
-
setFacingDirection
从接口复制的说明:Directional
设置这个方块的朝向.原文:Sets the direction that this block is facing in
- 指定者:
setFacingDirection
在接口中Directional
- 参数:
face
- 这个方块的朝向
-
toString
- 覆盖:
toString
在类中MaterialData
-
clone
- 覆盖:
clone
在类中MaterialData
-