YATS/Forge Documentation
|
Public Member Functions | |
void | onCrafting (EntityPlayer player, ItemStack item, IInventory craftMatrix) |
void | onSmelting (EntityPlayer player, ItemStack item) |
Return a crafting handler for the mod container to call
void cpw.mods.fml.common.ICraftingHandler.onCrafting | ( | EntityPlayer | player, |
ItemStack | item, | ||
IInventory | craftMatrix | ||
) |
The object array contains these three arguments
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
player | |
item |
Implemented in cpw.mods.fml.common.modloader.ModLoaderCraftingHelper.