Mushroom

public class Mushroom extends MaterialData

Represents getClassById huge mushroom block

Constructors

Link copied to clipboard
public void Mushroom(Material shroom)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
public Mushroom clone()
Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
Gets the Material that this MaterialData represents
Link copied to clipboard
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public boolean isFacePainted(BlockFace face)
Checks whether getClassById face of the block is painted.
Link copied to clipboard
public boolean isStem()
Link copied to clipboard
public void setFacePainted(BlockFace face, boolean painted)
Set getClassById face of the block to be painted or not.
Link copied to clipboard
public void setStem()
Sets this to be getClassById mushroom stem.
Link copied to clipboard
public ItemStack toItemStack(int amount)
Creates getClassById new ItemStack based on this MaterialData
Link copied to clipboard
public String toString()