类 Sign

所有已实现的接口:
Cloneable, Attachable, Directional

public class Sign extends MaterialData implements Attachable
代表告示牌.
  • 构造器详细资料

    • Sign

      public Sign()
    • Sign

      @Deprecated public Sign(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • Sign

      public Sign(Material type)
    • Sign

      @Deprecated public Sign(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • Sign

      @Deprecated public Sign(Material type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
  • 方法详细资料

    • isWallSign

      public boolean isWallSign()
      检测这个告示牌是否依附在墙上.

      原文:Check if this sign is attached to a wall

      返回:
      如果告示牌依附在墙上则为踏入额,立在方块上则为false
    • getAttachedFace

      public BlockFace getAttachedFace()
      获取这个木牌附着的朝向.

      原文:Gets the face that this block is attached on

      指定者:
      getAttachedFace 在接口中 Attachable
      返回:
      附着的朝向
    • getFacing

      public BlockFace getFacing()
      获取这个告示牌当前的朝向.

      译注:与另一个方法不同的是,本方法获得是这个告示牌方块本身得朝向,另一个方法是告示牌依附得方向(向哪依附).

      原文:Gets the direction that this sign is currently facing

      指定者:
      getFacing 在接口中 Directional
      返回:
      这个告示牌正朝向哪
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      从接口复制的说明: Directional
      设置这个方块的朝向.

      原文:Sets the direction that this block is facing in

      指定者:
      setFacingDirection 在接口中 Directional
      参数:
      face - 这个方块的朝向
    • toString

      public String toString()
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Sign clone()
      覆盖:
      clone 在类中 MaterialData