YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.ICraftingHandler Interface Reference
Inheritance diagram for cpw.mods.fml.common.ICraftingHandler:
cpw.mods.fml.common.modloader.ModLoaderCraftingHelper

Public Member Functions

void onCrafting (EntityPlayer player, ItemStack item, IInventory craftMatrix)
 
void onSmelting (EntityPlayer player, ItemStack item)
 

Detailed Description

Return a crafting handler for the mod container to call

Author
cpw

Member Function Documentation

void cpw.mods.fml.common.ICraftingHandler.onCrafting ( EntityPlayer  player,
ItemStack  item,
IInventory  craftMatrix 
)

The object array contains these three arguments

Parameters
player
item
craftMatrix

Implemented in cpw.mods.fml.common.modloader.ModLoaderCraftingHelper.

void cpw.mods.fml.common.ICraftingHandler.onSmelting ( EntityPlayer  player,
ItemStack  item 
)

The object array contains these two arguments

Parameters
player
item

Implemented in cpw.mods.fml.common.modloader.ModLoaderCraftingHelper.


The documentation for this interface was generated from the following file: