Uses of Interface
net.minecraft.inventory.RecipeInputInventory
Packages that use RecipeInputInventory
Package
Description
-
Uses of RecipeInputInventory in net.minecraft.block
Methods in net.minecraft.block with parameters of type RecipeInputInventoryModifier and TypeMethodDescriptionstatic Optional<CraftingRecipe>CrafterBlock.getCraftingRecipe(World world, RecipeInputInventory inputInventory) -
Uses of RecipeInputInventory in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement RecipeInputInventory -
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 RecipeInputInventoryModifier and TypeClassDescriptionclassRepresents 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 ItemStackMapExtendingRecipe.findFilledMap(RecipeInputInventory inventory) private Optional<CraftingRecipe>RecipeCache.getAndCacheRecipe(RecipeInputInventory inputInventory, World world) RecipeCache.getRecipe(World world, RecipeInputInventory inputInventory) 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) booleanRawShapedRecipe.matches(RecipeInputInventory inventory) private booleanRawShapedRecipe.matches(RecipeInputInventory inventory, int offsetX, int offsetY, boolean flipped) 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) -
Uses of RecipeInputInventory in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeInputInventoryModifier and TypeFieldDescriptionprivate final RecipeInputInventoryPlayerScreenHandler.craftingInputprivate final RecipeInputInventoryCraftingScreenHandler.inputprivate 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, World world, PlayerEntity player, RecipeInputInventory craftingInventory, CraftingResultInventory resultInventory) Method parameters in net.minecraft.screen with type arguments of type RecipeInputInventoryModifier and TypeMethodDescriptionbooleanCraftingScreenHandler.matches(RecipeEntry<? extends Recipe<RecipeInputInventory>> recipe) booleanPlayerScreenHandler.matches(RecipeEntry<? extends Recipe<RecipeInputInventory>> 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)