cpw.mods.fml.common.modloader
Class ModLoaderCraftingHelper

java.lang.Object
  extended by cpw.mods.fml.common.modloader.ModLoaderCraftingHelper
All Implemented Interfaces:
ICraftingHandler

public class ModLoaderCraftingHelper
extends Object
implements ICraftingHandler


Constructor Summary
ModLoaderCraftingHelper(BaseModProxy mod)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModLoaderCraftingHelper

public ModLoaderCraftingHelper(BaseModProxy mod)
Method Detail

onCrafting

public void onCrafting(EntityPlayer player,
                       ItemStack item,
                       IInventory craftMatrix)
Description copied from interface: ICraftingHandler
The object array contains these three arguments

Specified by:
onCrafting in interface ICraftingHandler

onSmelting

public void onSmelting(EntityPlayer player,
                       ItemStack item)
Description copied from interface: ICraftingHandler
The object array contains these two arguments

Specified by:
onSmelting in interface ICraftingHandler