类 RedstoneTorch

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

public class RedstoneTorch extends Torch implements Redstone
代表红石火把
  • 构造器详细资料

    • RedstoneTorch

      public RedstoneTorch()
    • RedstoneTorch

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

      public RedstoneTorch(Material type)
    • RedstoneTorch

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

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

    • isPowered

      public boolean isPowered()
      获取这个红石火把是否充能.

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

      指定者:
      isPowered 在接口中 Redstone
      返回:
      这个红石火把是否充能
    • toString

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

      public RedstoneTorch clone()
      覆盖:
      clone 在类中 Torch