Uses of Interface
net.minecraft.inventory.RecipeInputInventory
Package
Description
-
Uses of RecipeInputInventory in net.minecraft.block.entity
-
Uses of RecipeInputInventory in net.minecraft.inventory
Modifier and TypeClassDescriptionclass
Represents an inventory for crafting inputs. -
Uses of RecipeInputInventory in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate final RecipeInputInventory
PlayerScreenHandler.craftingInput
private final RecipeInputInventory
CraftingScreenHandler.input
private final RecipeInputInventory
CrafterScreenHandler.inputInventory
Modifier and TypeMethodDescriptionprotected static void
CraftingScreenHandler.updateResult
(ScreenHandler handler, World world, PlayerEntity player, RecipeInputInventory craftingInventory, CraftingResultInventory resultInventory, @Nullable RecipeEntry<CraftingRecipe> recipe) ModifierConstructorDescriptionCrafterScreenHandler
(int syncId, PlayerInventory playerInventory, RecipeInputInventory inputInventory, PropertyDelegate propertyDelegate) -
Uses of RecipeInputInventory in net.minecraft.screen.slot
ModifierConstructorDescriptionCraftingResultSlot
(PlayerEntity player, RecipeInputInventory input, Inventory inventory, int index, int x, int y)