Package org.bukkit.material
Class FlowerPot
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.FlowerPot
- All Implemented Interfaces:
Cloneable
@Deprecated public class FlowerPot extends MaterialData
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData
.Represents a flower pot.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description FlowerPot
clone()
Deprecated.MaterialData
getContents()
Deprecated.Get the material in the flower potvoid
setContents(MaterialData materialData)
Deprecated.Set the contents of the flower potString
toString()
Deprecated.Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
Method Details
-
getContents
Deprecated.Get the material in the flower pot- Returns:
- material MaterialData for the block currently in the flower pot or null if empty
-
setContents
Deprecated.Set the contents of the flower pot- Parameters:
materialData
- MaterialData of the block to put in the flower pot.
-
toString
Deprecated.- Overrides:
toString
in classMaterialData
-
clone
Deprecated.- Overrides:
clone
in classMaterialData
-