类 Cake
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Cake
- 所有已实现的接口:
Cloneable
-
构造器概要
-
方法概要
修饰符和类型方法说明clone()
int
获取这个蛋糕吃了多少片int
获取这个蛋糕还剩多少片void
setSlicesEaten
(int n) 设置这个蛋糕吃了多少片.void
setSlicesRemaining
(int n) 设置这个蛋糕还剩多少片.toString()
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
Cake
public Cake() -
Cake
已过时。不安全的参数- 参数:
type
- the raw type id
-
Cake
-
Cake
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data value
-
Cake
已过时。不安全的参数- 参数:
type
- the typedata
- 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
- 覆盖:
toString
在类中MaterialData
-
clone
- 覆盖:
clone
在类中MaterialData
-