cpw.mods.fml.common.modloader
Class ModLoaderCraftingHelper
java.lang.Object
cpw.mods.fml.common.modloader.ModLoaderCraftingHelper
- All Implemented Interfaces:
- ICraftingHandler
public class ModLoaderCraftingHelper
- extends Object
- implements ICraftingHandler
ModLoaderCraftingHelper
public ModLoaderCraftingHelper(BaseModProxy mod)
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