Uses of Interface
net.minecraft.inventory.RecipeInputInventory
Packages that use RecipeInputInventory
Package
Description
-
Uses of RecipeInputInventory in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement RecipeInputInventory -
Uses of RecipeInputInventory in net.minecraft.inventory
Classes in net.minecraft.inventory that implement RecipeInputInventoryModifier and TypeClassDescriptionclass
Represents an inventory for crafting inputs. -
Uses of RecipeInputInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeInputInventoryModifier and TypeFieldDescriptionprivate final RecipeInputInventory
PlayerScreenHandler.craftingInput
private final RecipeInputInventory
CraftingScreenHandler.input
private final RecipeInputInventory
CrafterScreenHandler.inputInventory
Methods in net.minecraft.screen that return RecipeInputInventoryMethods in net.minecraft.screen with parameters of type RecipeInputInventoryModifier and TypeMethodDescriptionprotected static void
CraftingScreenHandler.updateResult
(ScreenHandler handler, World 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.slot
Fields 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)