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 FlowerPotclone()Deprecated.MaterialDatagetContents()Deprecated.Get the material in the flower potvoidsetContents(MaterialData materialData)Deprecated.Set the contents of the flower potStringtoString()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:
toStringin classMaterialData
-
clone
Deprecated.- Overrides:
clonein classMaterialData
-