接口 Brushable

所有超级接口:
BlockData, Cloneable

public interface Brushable extends BlockData
'dusted' 表示方块被刷子清除的程度,即露出的程度。
  • 方法详细资料

    • getDusted

      int getDusted()
      获取 'dusted' 属性的值。

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

      返回:
      'dusted' 属性的值
    • setDusted

      void setDusted(int dusted)
      设置 'dusted' 属性的值。

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

      参数:
      dusted - 'dusted' 属性的新值
    • getMaximumDusted

      int getMaximumDusted()
      获取 'dusted' 属性允许的最大值。

      原文: Gets the maximum allowed value of the 'dusted' property.

      返回:
      'dusted' 属性允许的最大值