public class ModLoaderCraftingHelper extends Object implements ICraftingHandler
Constructor and Description |
---|
ModLoaderCraftingHelper(BaseModProxy mod) |
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
|
public ModLoaderCraftingHelper(BaseModProxy mod)
public void onCrafting(EntityPlayer player, ItemStack item, IInventory craftMatrix)
ICraftingHandler
onCrafting
in interface ICraftingHandler
public void onSmelting(EntityPlayer player, ItemStack item)
ICraftingHandler
onSmelting
in interface ICraftingHandler