package mods.tinker.common; import net.minecraft.item.ItemStack; public interface IToolPart { public int getMaterialID(ItemStack stack); }