Uses of Interface
net.minecraft.inventory.RecipeInputInventory
Packages that use RecipeInputInventory
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeInputInventory in net.minecraft
Classes in net.minecraft that implement RecipeInputInventoryFields in net.minecraft declared as RecipeInputInventoryMethods in net.minecraft with parameters of type RecipeInputInventoryModifier and TypeMethodDescriptionprivate Optional<CraftingRecipe>
class_8884.method_54468
(RecipeInputInventory recipeInputInventory, World world) class_8884.method_54470
(World world, RecipeInputInventory recipeInputInventory) static Optional<CraftingRecipe>
class_8886.method_54475
(World world, RecipeInputInventory recipeInputInventory) Constructors in net.minecraft with parameters of type RecipeInputInventoryModifierConstructorDescriptionclass_8881
(int int2, PlayerInventory playerInventory, RecipeInputInventory recipeInputInventory, PropertyDelegate propertyDelegate) -
Uses of RecipeInputInventory in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return RecipeInputInventoryModifier and TypeMethodDescriptionprivate static RecipeInputInventory
SheepEntity.createDyeMixingCraftingInventory
(DyeColor firstColor, DyeColor secondColor) -
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.recipe
Methods in net.minecraft.recipe with parameters of type RecipeInputInventoryModifier and TypeMethodDescriptionArmorDyeRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) BannerDuplicateRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) BookCloningRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) CraftingDecoratedPotRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) FireworkRocketRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) FireworkStarFadeRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) FireworkStarRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) MapCloningRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) MapExtendingRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) RepairItemRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShapedRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShapelessRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShieldDecorationRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShulkerBoxColoringRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) SuspiciousStewRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) TippedArrowRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) private static ItemStack
MapExtendingRecipe.findFilledMap
(RecipeInputInventory inventory) BannerDuplicateRecipe.getRemainder
(RecipeInputInventory recipeInputInventory) BookCloningRecipe.getRemainder
(RecipeInputInventory recipeInputInventory) boolean
ArmorDyeRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
BannerDuplicateRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
BookCloningRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
CraftingDecoratedPotRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
FireworkRocketRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
FireworkStarFadeRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
FireworkStarRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
MapCloningRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
MapExtendingRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
RepairItemRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
ShapedRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
ShapelessRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
ShieldDecorationRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
ShulkerBoxColoringRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
SuspiciousStewRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) boolean
TippedArrowRecipe.matches
(RecipeInputInventory recipeInputInventory, World world) private boolean
ShapedRecipe.matchesPattern
(RecipeInputInventory inv, int offsetX, int offsetY, boolean flipped) -
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
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) Method parameters in net.minecraft.screen with type arguments of type RecipeInputInventoryModifier and TypeMethodDescriptionboolean
CraftingScreenHandler.matches
(RecipeEntry<? extends Recipe<RecipeInputInventory>> recipe) boolean
PlayerScreenHandler.matches
(RecipeEntry<? extends Recipe<RecipeInputInventory>> recipe) -
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)