Uses of Interface
net.minecraft.inventory.RecipeInputInventory
Packages that use RecipeInputInventory
Package
Description
- 
Uses of RecipeInputInventory in net.minecraft.block.entityClasses in net.minecraft.block.entity that implement RecipeInputInventory
- 
Uses of RecipeInputInventory in net.minecraft.inventoryClasses in net.minecraft.inventory that implement RecipeInputInventoryModifier and TypeClassDescriptionclassRepresents an inventory for crafting inputs.
- 
Uses of RecipeInputInventory in net.minecraft.screenFields in net.minecraft.screen declared as RecipeInputInventoryModifier and TypeFieldDescriptionprotected final RecipeInputInventoryAbstractCraftingScreenHandler.craftingInventoryprivate final RecipeInputInventoryCrafterScreenHandler.inputInventoryMethods in net.minecraft.screen that return RecipeInputInventoryMethods in net.minecraft.screen with parameters of type RecipeInputInventoryModifier and TypeMethodDescriptionprotected static voidCraftingScreenHandler.updateResult(ScreenHandler handler, ServerWorld world, PlayerEntity player, RecipeInputInventory craftingInventory, CraftingResultInventory resultInventory, @Nullable RecipeEntry<CraftingRecipe> recipe) Constructors in net.minecraft.screen with parameters of type RecipeInputInventoryModifierConstructorDescriptionCrafterScreenHandler(int syncId, PlayerInventory playerInventory, RecipeInputInventory inputInventory, PropertyDelegate propertyDelegate) 
- 
Uses of RecipeInputInventory in net.minecraft.screen.slotFields in net.minecraft.screen.slot declared as RecipeInputInventoryConstructors in net.minecraft.screen.slot with parameters of type RecipeInputInventoryModifierConstructorDescriptionCraftingResultSlot(PlayerEntity player, RecipeInputInventory input, Inventory inventory, int index, int x, int y)