public class Cauldron extends MaterialData
Constructor and Description |
---|
Cauldron() |
Cauldron(byte data)
Deprecated.
Magic value
|
Cauldron(int type,
byte data)
Deprecated.
Magic value
|
Modifier and Type | Method and Description |
---|---|
Cauldron |
clone() |
boolean |
isEmpty()
Check if the cauldron is empty.
|
boolean |
isFull()
Check if the cauldron is full.
|
String |
toString() |
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
public Cauldron()
@Deprecated public Cauldron(int type, byte data)
type
- the raw type iddata
- the raw data value@Deprecated public Cauldron(byte data)
data
- the raw data valuepublic boolean isFull()
public boolean isEmpty()
public String toString()
toString
in class MaterialData
public Cauldron clone()
clone
in class MaterialData
Copyright © 2021. All rights reserved.