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