public interface ICraftingHandler
| Modifier and Type | Method and Description | 
|---|---|
void | 
onCrafting(EntityPlayer player,
                    ItemStack item,
                    IInventory craftMatrix)
The object array contains these three arguments 
 | 
void | 
onSmelting(EntityPlayer player,
                    ItemStack item)
The object array contains these two arguments 
 | 
void onCrafting(EntityPlayer player, ItemStack item, IInventory craftMatrix)
player - item - craftMatrix - void onSmelting(EntityPlayer player, ItemStack item)
player - item -