NetherWarts

public class NetherWarts extends MaterialData

Represents nether wart

Constructors

Link copied to clipboard
public void NetherWarts()
public void NetherWarts(NetherWartsState state)
public void NetherWarts(Material type)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
public NetherWarts 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
Gets the current growth state of this nether wart
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public void setState(NetherWartsState state)
Sets the growth state of this nether wart
Link copied to clipboard
public ItemStack toItemStack(int amount)
Creates getClassById new ItemStack based on this MaterialData
Link copied to clipboard
public String toString()