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 CraftResultInventoryCartographyContainer. resultContainerprivate CraftResultInventoryStonecutterContainer. resultContainerprotected CraftResultInventoryAbstractRepairContainer. resultSlotsprivate CraftResultInventoryPlayerContainer. resultSlotsprivate CraftResultInventoryWorkbenchContainer. resultSlotsMethods in net.minecraft.inventory.container with parameters of type CraftResultInventory Modifier and Type Method Description protected static voidWorkbenchContainer. 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 CraftResultInventoryIRecipeContainer. getCraftResult()The crafting result slot of your container, where you take out the crafted item.
-