Uses of Interface
net.minecraft.inventory.RecipeInputInventory
Package
Description
-
Uses of RecipeInputInventory in net.minecraft.block
Modifier and TypeMethodDescriptionstatic Optional<CraftingRecipe>
CrafterBlock.getCraftingRecipe
(World world, RecipeInputInventory inputInventory) -
Uses of RecipeInputInventory in net.minecraft.block.entity
-
Uses of RecipeInputInventory in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionprivate static RecipeInputInventory
SheepEntity.createDyeMixingCraftingInventory
(DyeColor firstColor, DyeColor secondColor) -
Uses of RecipeInputInventory in net.minecraft.inventory
Modifier and TypeClassDescriptionclass
Represents an inventory for crafting inputs. -
Uses of RecipeInputInventory in net.minecraft.recipe
Modifier 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) private Optional<CraftingRecipe>
RecipeCache.getAndCacheRecipe
(RecipeInputInventory inputInventory, World world) RecipeCache.getRecipe
(World world, RecipeInputInventory inputInventory) 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
RawShapedRecipe.matches
(RecipeInputInventory inventory) private boolean
RawShapedRecipe.matches
(RecipeInputInventory inventory, int offsetX, int offsetY, boolean flipped) 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) -
Uses of RecipeInputInventory in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate final RecipeInputInventory
PlayerScreenHandler.craftingInput
private final RecipeInputInventory
CraftingScreenHandler.input
private final RecipeInputInventory
CrafterScreenHandler.inputInventory
Modifier and TypeMethodDescriptionprotected static void
CraftingScreenHandler.updateResult
(ScreenHandler handler, World world, PlayerEntity player, RecipeInputInventory craftingInventory, CraftingResultInventory resultInventory) Modifier and TypeMethodDescriptionboolean
CraftingScreenHandler.matches
(RecipeEntry<? extends Recipe<RecipeInputInventory>> recipe) boolean
PlayerScreenHandler.matches
(RecipeEntry<? extends Recipe<RecipeInputInventory>> recipe) ModifierConstructorDescriptionCrafterScreenHandler
(int syncId, PlayerInventory playerInventory, RecipeInputInventory inputInventory, PropertyDelegate propertyDelegate) -
Uses of RecipeInputInventory in net.minecraft.screen.slot
ModifierConstructorDescriptionCraftingResultSlot
(PlayerEntity player, RecipeInputInventory input, Inventory inventory, int index, int x, int y)