
net.minecraft.server.ItemCoal Maven / Gradle / Ivy
package net.minecraft.server;
public class ItemCoal extends Item {
public ItemCoal() {
this.a(true);
this.setMaxDurability(0);
this.a(CreativeModeTab.l);
}
public String e_(ItemStack itemstack) {
return itemstack.getData() == 1 ? "item.charcoal" : "item.coal";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy