| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICraftingHandler
Return a crafting handler for the mod container to call
| Method Summary | |
|---|---|
 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  | 
| Method Detail | 
|---|
void onCrafting(EntityPlayer player,
                ItemStack item,
                IInventory craftMatrix)
player - item - craftMatrix - 
void onSmelting(EntityPlayer player,
                ItemStack item)
player - item - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||