Package org.bukkit.material
Class Cauldron
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Cauldron
- All Implemented Interfaces:
- Cloneable
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a cauldron
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEmpty()Deprecated, for removal: This API element is subject to removal in a future version.Check if the cauldron is empty.booleanisFull()Deprecated, for removal: This API element is subject to removal in a future version.Check if the cauldron is full.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
Cauldronpublic Cauldron()Deprecated, for removal: This API element is subject to removal in a future version.
- 
CauldronDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
- 
CauldronDeprecated.Magic value- Parameters:
- data- the raw data value
 
 
- 
- 
Method Details- 
isFullpublic boolean isFull()Deprecated, for removal: This API element is subject to removal in a future version.Check if the cauldron is full.- Returns:
- True if it is full.
 
- 
isEmptypublic boolean isEmpty()Deprecated, for removal: This API element is subject to removal in a future version.Check if the cauldron is empty.- Returns:
- True if it is empty.
 
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- toStringin class- MaterialData
 
- 
cloneDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
- clonein class- MaterialData
 
 
- 
BlockData.