package net.minecraft.server; public class ItemCoal extends Item { public ItemCoal(int i) { super(i); this.a(true); this.d(0); } }