类 TripwireHook

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

public class TripwireHook extends SimpleAttachableMaterialData implements Redstone
代表绊线钩
  • 构造器详细资料

    • TripwireHook

      public TripwireHook()
    • TripwireHook

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

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

      public TripwireHook(BlockFace dir)
  • 方法详细资料

    • isConnected

      public boolean isConnected()
      这个绊线钩是否处于连接状态.

      原文:Test if tripwire is connected

      返回:
      绊线钩是否处于连接状态
    • setConnected

      public void setConnected(boolean connected)
      设置这个绊线钩的连接状态.

      原文:Set tripwire connection state

      参数:
      connected - 绊线钩是否处于连接状态
    • isActivated

      public boolean isActivated()
      这个绊线钩是否被激活.

      原文:Test if hook is currently activated

      返回:
      绊线钩是否被激活
    • setActivated

      public void setActivated(boolean act)
      设置这个绊线钩的激活状态.

      原文:Set hook activated state

      参数:
      act - 绊线钩是否被激活
    • setFacingDirection

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

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

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

      public BlockFace getAttachedFace()
      从接口复制的说明: Attachable
      获取这个方块附着的朝向.

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

      指定者:
      getAttachedFace 在接口中 Attachable
      返回:
      朝向
    • isPowered

      public boolean isPowered()
      从接口复制的说明: Redstone
      这个物品有没有充能.

      原文:Gets the current state of this Material, indicating if it's powered or unpowered

      指定者:
      isPowered 在接口中 Redstone
      返回:
      true代表充能
    • clone

      public TripwireHook clone()
      覆盖:
      clone 在类中 SimpleAttachableMaterialData
    • toString

      public String toString()
      覆盖:
      toString 在类中 SimpleAttachableMaterialData