Uses of Interface
net.minecraft.inventory.RecipeInputInventory
Packages that use RecipeInputInventory
Package
Description
-
Uses of RecipeInputInventory in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return RecipeInputInventoryModifier and TypeMethodDescriptionprivate static RecipeInputInventorySheepEntity.createDyeMixingCraftingInventory(DyeColor firstColor, DyeColor secondColor) -
Uses of RecipeInputInventory in net.minecraft.inventory
Classes in net.minecraft.inventory that implement RecipeInputInventory -
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 ItemStackMapExtendingRecipe.findFilledMap(RecipeInputInventory inventory) BannerDuplicateRecipe.getRemainder(RecipeInputInventory recipeInputInventory) BookCloningRecipe.getRemainder(RecipeInputInventory recipeInputInventory) booleanArmorDyeRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanBannerDuplicateRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanBookCloningRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanCraftingDecoratedPotRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanFireworkRocketRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanFireworkStarFadeRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanFireworkStarRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanMapCloningRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanMapExtendingRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanRepairItemRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanShapedRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanShapelessRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanShieldDecorationRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanShulkerBoxColoringRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanSuspiciousStewRecipe.matches(RecipeInputInventory recipeInputInventory, World world) booleanTippedArrowRecipe.matches(RecipeInputInventory recipeInputInventory, World world) private booleanShapedRecipe.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 RecipeInputInventoryPlayerScreenHandler.craftingInputprivate final RecipeInputInventoryCraftingScreenHandler.inputMethods in net.minecraft.screen that return RecipeInputInventoryMethods in net.minecraft.screen with parameters of type RecipeInputInventoryModifier and TypeMethodDescriptionprotected static voidCraftingScreenHandler.updateResult(ScreenHandler handler, World world, PlayerEntity player, RecipeInputInventory craftingInventory, CraftingResultInventory resultInventory) Method parameters in net.minecraft.screen with type arguments of type RecipeInputInventoryModifier and TypeMethodDescriptionbooleanCraftingScreenHandler.matches(Recipe<? super RecipeInputInventory> recipe) booleanPlayerScreenHandler.matches(Recipe<? super 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)