FlowerPot

public class FlowerPot extends MaterialData

Represents getClassById flower pot.

Constructors

Link copied to clipboard
public void FlowerPot()
Default constructor for getClassById flower pot.
public void FlowerPot(Material type)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
public FlowerPot clone()
Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
Get the material in the flower pot
Link copied to clipboard
Gets the Material that this MaterialData represents
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public void setContents(MaterialData materialData)
Set the contents of the flower pot
Link copied to clipboard
public ItemStack toItemStack(int amount)
Creates getClassById new ItemStack based on this MaterialData
Link copied to clipboard
public String toString()