类 Cake

所有已实现的接口:
Cloneable

@Deprecated public class Cake extends MaterialData
已过时。
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
  • 构造器详细资料

    • Cake

      public Cake()
      已过时。
    • Cake

      public Cake(Material type)
      已过时。
    • 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