 |
Bukkit
1.4.7-R1.0
|
Go to the documentation of this file. 1 package org.bukkit.material;
3 import org.bukkit.DyeColor;
4 import org.bukkit.Material;
19 public Wool(
final int type) {
27 public Wool(
final int type,
final byte data) {
55 return getColor() +
" " + super.toString();