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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isEmpty()
Deprecated, for removal: This API element is subject to removal in a future version.Check if the cauldron is empty.boolean
isFull()
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.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Cauldron
public Cauldron()Deprecated, for removal: This API element is subject to removal in a future version. -
Cauldron
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
Cauldron
Deprecated.Magic value- Parameters:
data
- the raw data value
-
-
Method Details
-
isFull
public 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.
-
isEmpty
public 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.
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toString
in classMaterialData
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classMaterialData
-
BlockData
.