Package | Description |
---|---|
net.minecraft.inventory | |
net.minecraft.util | |
net.minecraftforge.common.crafting |
Modifier and Type | Field and Description |
---|---|
InventoryCraftResult |
ContainerWorkbench.craftResult |
InventoryCraftResult |
ContainerPlayer.craftResult |
Modifier and Type | Method and Description |
---|---|
protected void |
Container.slotChangedCraftingGrid(World p_192389_1_,
EntityPlayer p_192389_2_,
InventoryCrafting p_192389_3_,
InventoryCraftResult p_192389_4_) |
Modifier and Type | Field and Description |
---|---|
private InventoryCraftResult |
ServerRecipeBookHelper.field_194335_f |
Modifier and Type | Method and Description |
---|---|
InventoryCraftResult |
IRecipeContainer.getCraftResult()
The crafting result slot of your container, where you take out the crafted item.
|