类 Cake

所有已实现的接口:
Cloneable

public class Cake extends MaterialData
  • 构造器详细资料

    • Cake

      public Cake()
    • Cake

      @Deprecated public Cake(int type)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
    • Cake

      public Cake(Material type)
    • Cake

      @Deprecated public Cake(int type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the raw type id
      data - the raw data value
    • Cake

      @Deprecated public Cake(Material type, byte data)
      已过时。
      不安全的参数
      参数:
      type - the type
      data - the raw data value
  • 方法详细资料

    • getSlicesEaten

      public int getSlicesEaten()
      获取这个蛋糕吃了多少片

      原文:Gets the number of slices eaten from this cake

      返回:
      蛋糕被吃的片数
    • getSlicesRemaining

      public int getSlicesRemaining()
      获取这个蛋糕还剩多少片

      原文:Gets the number of slices remaining on this cake

      返回:
      蛋糕剩于的片数
    • setSlicesEaten

      public void setSlicesEaten(int n)
      设置这个蛋糕吃了多少片.

      原文:Sets the number of slices eaten from this cake

      参数:
      n - 蛋糕被吃的片数
    • setSlicesRemaining

      public void setSlicesRemaining(int n)
      设置这个蛋糕还剩多少片.

      原文:Sets the number of slices remaining on this cake

      参数:
      n - 蛋糕剩于的片数
    • toString

      public String toString()
      覆盖:
      toString 在类中 MaterialData
    • clone

      public Cake clone()
      覆盖:
      clone 在类中 MaterialData