Uses of Class
net.minecraft.inventory.CraftResultInventory
-
Packages that use CraftResultInventory Package Description net.minecraft.inventory.container net.minecraftforge.common.crafting -
-
Uses of CraftResultInventory in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as CraftResultInventory Modifier and Type Field Description private CraftResultInventory
CartographyContainer. resultContainer
private CraftResultInventory
StonecutterContainer. resultContainer
protected CraftResultInventory
AbstractRepairContainer. resultSlots
private CraftResultInventory
PlayerContainer. resultSlots
private CraftResultInventory
WorkbenchContainer. resultSlots
Methods in net.minecraft.inventory.container with parameters of type CraftResultInventory Modifier and Type Method Description protected static void
WorkbenchContainer. slotChangedCraftingGrid(int p_217066_0_, World p_217066_1_, PlayerEntity p_217066_2_, CraftingInventory p_217066_3_, CraftResultInventory p_217066_4_)
-
Uses of CraftResultInventory in net.minecraftforge.common.crafting
Methods in net.minecraftforge.common.crafting that return CraftResultInventory Modifier and Type Method Description CraftResultInventory
IRecipeContainer. getCraftResult()
The crafting result slot of your container, where you take out the crafted item.
-