Package | Description |
---|---|
net.minecraft.inventory.container | |
net.minecraftforge.common.crafting |
Modifier and Type | Field and Description |
---|---|
private CraftResultInventory |
WorkbenchContainer.craftResult |
private CraftResultInventory |
PlayerContainer.craftResult |
private CraftResultInventory |
CartographyContainer.field_217001_f |
private CraftResultInventory |
StonecutterContainer.inventory |
Modifier and Type | Method and Description |
---|---|
protected static void |
WorkbenchContainer.func_217066_a(int p_217066_0_,
World p_217066_1_,
PlayerEntity p_217066_2_,
CraftingInventory p_217066_3_,
CraftResultInventory p_217066_4_) |
Modifier and Type | Method and Description |
---|---|
CraftResultInventory |
IRecipeContainer.getCraftResult()
The crafting result slot of your container, where you take out the crafted item.
|