Package org.bukkit.material
Class Cake
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Cake
- All Implemented Interfaces:
Cloneable
@Deprecated public class Cake extends MaterialData
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData.-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Cakeclone()Deprecated.intgetSlicesEaten()Deprecated.Gets the number of slices eaten from this cakeintgetSlicesRemaining()Deprecated.Gets the number of slices remaining on this cakevoidsetSlicesEaten(int n)Deprecated.Sets the number of slices eaten from this cakevoidsetSlicesRemaining(int n)Deprecated.Sets the number of slices remaining on this cakeStringtoString()Deprecated.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Method Details
-
getSlicesEaten
public int getSlicesEaten()Deprecated.Gets the number of slices eaten from this cake- Returns:
- The number of slices eaten
-
getSlicesRemaining
public int getSlicesRemaining()Deprecated.Gets the number of slices remaining on this cake- Returns:
- The number of slices remaining
-
setSlicesEaten
public void setSlicesEaten(int n)Deprecated.Sets the number of slices eaten from this cake- Parameters:
n- The number of slices eaten
-
setSlicesRemaining
public void setSlicesRemaining(int n)Deprecated.Sets the number of slices remaining on this cake- Parameters:
n- The number of slices remaining
-
toString
Deprecated.- Overrides:
toStringin classMaterialData
-
clone
Deprecated.- Overrides:
clonein classMaterialData
-