接口 Cake

所有超级接口:
BlockData, Cloneable

public interface Cake extends BlockData
'bites' 数据值表示蛋糕被吃掉了多少片.
'0' 值表示蛋糕一口也没吃, 同时 getMaximumBites() 的返回值表示蛋糕被吃完了. :(
  • 方法详细资料

    • getBites

      int getBites()
      获取 'bites' 属性值.

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

      返回:
      蛋糕被吃掉了多少片
    • setBites

      void setBites(int bites)
      设置 'bites' 属性值.

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

      参数:
      bites - 蛋糕被吃掉了多少片
    • getMaximumBites

      int getMaximumBites()
      获取 'bites' 数据值允许的最大值.

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

      返回:
      'bites' 的最大值