public class FindMatchingRecipeEvent
extends cpw.mods.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.inventory.InventoryCrafting |
craftingInventory
The crafting inventory
|
net.minecraft.item.ItemStack |
result
The result of the crafting recipe
|
net.minecraft.world.World |
world
The world the crafting is taking place in
|
Constructor and Description |
---|
FindMatchingRecipeEvent() |