程序包 org.bukkit.block

枚举 PistonMoveReaction

java.lang.Object
java.lang.Enum<PistonMoveReaction>
org.bukkit.block.PistonMoveReaction
所有已实现的接口:
Serializable, Comparable<PistonMoveReaction>, java.lang.constant.Constable

public enum PistonMoveReaction extends Enum<PistonMoveReaction>
Represents how a block or entity will react when interacting with a piston when it is extending or retracting.
  • 枚举常量详细资料

    • MOVE

      public static final PistonMoveReaction MOVE
      表示方块可以推拉.
    • BREAK

      public static final PistonMoveReaction BREAK
      如果此方块被退而破坏,则表明方块是脆弱的.
    • BLOCK

      public static final PistonMoveReaction BLOCK
      表明此方块不能被推或拉.
    • IGNORE

      public static final PistonMoveReaction IGNORE
      Indicates that the entity will ignore any interaction(s) with pistons.
      Blocks should use BLOCK.
    • PUSH_ONLY

      public static final PistonMoveReaction PUSH_ONLY
      Indicates that the block can only be pushed by pistons, not pulled.
  • 方法详细资料

    • values

      public static PistonMoveReaction[] values()
      按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
      返回:
      按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
    • valueOf

      public static PistonMoveReaction valueOf(String name)
      返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • getId

      @Deprecated public int getId()
      已过时。
      不安全的参数
      返回:
      此移动的反应ID
    • getById

      @Deprecated public static PistonMoveReaction getById(int id)
      已过时。
      不安全的参数
      参数:
      id - ID
      返回:
      这个移动反应的ID