接口 TNT

所有超级接口:
BlockData, Cloneable

public interface TNT extends BlockData
'unstable' 值表示该 TNT 是否会在破坏后引爆.
  • 方法详细资料

    • isUnstable

      boolean isUnstable()
      获取 'unstable' 属性的值.

      原文: Gets the value of the 'unstable' property.

      返回:
      属性 'unstable' 的值
    • setUnstable

      void setUnstable(boolean unstable)
      设置 'unstable' 属性的值.

      原文: Sets the value of the 'unstable' property.

      参数:
      unstable - 新的 'unstable' 属性值