|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bukkit.material.MaterialData
org.bukkit.material.Cauldron
public class Cauldron
Represents a cauldron
| Constructor Summary | |
|---|---|
Cauldron()
|
|
Cauldron(byte data)
Deprecated. Magic value |
|
Cauldron(int type,
byte data)
Deprecated. Magic value |
|
| Method Summary | |
|---|---|
Cauldron |
clone()
|
boolean |
isEmpty()
Check if the cauldron is empty. |
boolean |
isFull()
Check if the cauldron is full. |
String |
toString()
|
| Methods inherited from class org.bukkit.material.MaterialData |
|---|
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Cauldron()
@Deprecated
public Cauldron(int type,
byte data)
@Deprecated public Cauldron(byte data)
| Method Detail |
|---|
public boolean isFull()
public boolean isEmpty()
public String toString()
toString in class MaterialDatapublic Cauldron clone()
clone in class MaterialData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||