Uses of Class
net.minecraft.inventory.CraftingResultInventory
Packages that use CraftingResultInventory
-
Uses of CraftingResultInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as CraftingResultInventoryModifier and TypeFieldDescriptionprotected final CraftingResultInventory
AbstractCraftingScreenHandler.craftingResultInventory
protected final CraftingResultInventory
ForgingScreenHandler.output
(package private) final CraftingResultInventory
StonecutterScreenHandler.output
private final CraftingResultInventory
CartographyTableScreenHandler.resultInventory
private final CraftingResultInventory
CrafterScreenHandler.resultInventory
Methods in net.minecraft.screen with parameters of type CraftingResultInventoryModifier and TypeMethodDescriptionprotected static void
CraftingScreenHandler.updateResult
(ScreenHandler handler, ServerWorld world, PlayerEntity player, RecipeInputInventory craftingInventory, CraftingResultInventory resultInventory, @Nullable RecipeEntry<CraftingRecipe> recipe)