类 Command

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

@Deprecated public class Command extends MaterialData implements Redstone
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
代表命令方块.
  • 构造器详细资料

    • Command

      public Command()
      已过时。
    • Command

      public Command(Material type)
      已过时。
    • Command

      @Deprecated public Command(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
      返回:
      这个方块是否充能
    • setPowered

      public void setPowered(boolean bool)
      已过时。
      设置这个方块是否充能.

      原文:Sets the current state of this Material

      参数:
      bool - 这个方块是否充能
    • toString

      public String toString()
      已过时。
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Command clone()
      已过时。
      覆盖:
      clone 在类中 MaterialData