类 Comparator

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Comparator
所有已实现的接口:
Cloneable, Directional, Redstone

public class Comparator extends MaterialData implements Directional, Redstone
代表开启或关闭状态的红石比较器.
另请参阅:
  • 字段详细资料

    • DEFAULT_DIRECTION

      protected static final BlockFace DEFAULT_DIRECTION
    • DEFAULT_SUBTRACTION_MODE

      protected static final boolean DEFAULT_SUBTRACTION_MODE
      另请参阅:
    • DEFAULT_STATE

      protected static final boolean DEFAULT_STATE
      另请参阅:
  • 构造器详细资料

    • Comparator

      public Comparator()
      构造一个关闭状态的、默认模式默认朝向(北)的红石比较器.

      原文:Constructs a comparator switched off, with the default mode (normal) and facing the default direction (north).

    • Comparator

      public Comparator(BlockFace facingDirection)
      构造一个关闭状态的、默认模式指定朝向的红石比较器.

      原文:Constructs a comparator switched off, with the default mode (normal) and facing the specified direction.

      参数:
      facingDirection - 朝向
      另请参阅:
    • Comparator

      public Comparator(BlockFace facingDirection, boolean isSubtraction)
      构造一个关闭状态的、指定模式指定朝向的红石比较器.

      原文:Constructs a comparator switched off, with the specified mode and facing the specified direction.

      参数:
      facingDirection - 朝向
      isSubtraction - true 如果红石比较器为减法模式
      另请参阅:
    • Comparator

      public Comparator(BlockFace facingDirection, boolean isSubtraction, boolean state)
      构造一个开启或关闭状态的、指定模式指定朝向的红石比较器.

      原文:Constructs a comparator switched on or off, with the specified mode and facing the specified direction.

      参数:
      facingDirection - 朝向
      isSubtraction - true 如果红石比较器为减法模式
      state - 激活状态
      另请参阅:
    • Comparator

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

      public Comparator(Material type)
    • Comparator

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

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

    • setSubtractionMode

      public void setSubtractionMode(boolean isSubtraction)
      设置该红石比较器是否为减法模式.

      原文:Sets whether the comparator is in subtraction mode.

      参数:
      isSubtraction - true 如果红石比较器为减法模式
    • isSubtractionMode

      public boolean isSubtractionMode()
      检测这个红石即比较器是否为减法模式.

      原文:Checks whether the comparator is in subtraction mode

      返回:
      true 如果红石比较器为减法模式
    • setFacingDirection

      public void setFacingDirection(BlockFace face)
      设置这个红石比较器的朝向.

      原文:Sets the direction this comparator is facing

      指定者:
      setFacingDirection 在接口中 Directional
      参数:
      face - 朝向
      另请参阅:
    • getFacing

      public BlockFace getFacing()
      获取这个红石比较器的朝向.

      原文:Gets the direction this comparator is facing

      指定者:
      getFacing 在接口中 Directional
      返回:
      朝向
      另请参阅:
    • toString

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

      public Comparator clone()
      覆盖:
      clone 在类中 MaterialData
    • isPowered

      public boolean isPowered()
      检测这个红石比较器是否充能.

      原文:Checks if the comparator is powered

      指定者:
      isPowered 在接口中 Redstone
      返回:
      这个红石比较器是否充能
    • isBeingPowered

      public boolean isBeingPowered()
      检测这个红石比较器是否输出信号.

      原文:Checks if the comparator is being powered

      返回:
      这个红石比较器是否输出信号