Wool

public class Wool extends MaterialData implements Colorable

Represents getClassById Wool/Cloth block

Constructors

Link copied to clipboard
public void Wool()
public void Wool(DyeColor color)
public void Wool(Material type)

Properties

Link copied to clipboard
public byte data

Functions

Link copied to clipboard
public Wool clone()
Link copied to clipboard
public boolean equals(Object obj)
Link copied to clipboard
public DyeColor getColor()
Gets the current color of this dye
Link copied to clipboard
Gets the Material that this MaterialData represents
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public void setColor(DyeColor color)
Sets the color of this dye
Link copied to clipboard
public ItemStack toItemStack(int amount)
Creates getClassById new ItemStack based on this MaterialData
Link copied to clipboard
public String toString()