Uses of Class
net.minecraft.world.item.crafting.CraftingInput
Packages that use CraftingInput
Package
Description
-
Uses of CraftingInput in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal that return CraftingInputModifier and TypeMethodDescriptionprivate static CraftingInputSheep.makeCraftInput(DyeColor p_346067_, DyeColor p_345681_) -
Uses of CraftingInput in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return CraftingInput -
Uses of CraftingInput in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as CraftingInputModifier and TypeFieldDescriptionstatic final CraftingInputCraftingInput.EMPTYprivate final CraftingInputCraftingInput.Positioned.inputThe field for theinputrecord component.Methods in net.minecraft.world.item.crafting that return CraftingInputModifier and TypeMethodDescriptionCraftingInput.Positioned.input()Returns the value of theinputrecord component.static CraftingInputMethods in net.minecraft.world.item.crafting with parameters of type CraftingInputModifier and TypeMethodDescriptionArmorDyeRecipe.assemble(CraftingInput p_344909_, HolderLookup.Provider p_335722_) BannerDuplicateRecipe.assemble(CraftingInput p_346069_, HolderLookup.Provider p_335574_) BookCloningRecipe.assemble(CraftingInput p_345803_, HolderLookup.Provider p_335702_) DecoratedPotRecipe.assemble(CraftingInput p_345761_, HolderLookup.Provider p_335840_) FireworkRocketRecipe.assemble(CraftingInput p_345921_, HolderLookup.Provider p_335560_) FireworkStarFadeRecipe.assemble(CraftingInput p_346017_, HolderLookup.Provider p_335705_) FireworkStarRecipe.assemble(CraftingInput p_346206_, HolderLookup.Provider p_335498_) MapCloningRecipe.assemble(CraftingInput p_344908_, HolderLookup.Provider p_335660_) MapExtendingRecipe.assemble(CraftingInput p_345831_, HolderLookup.Provider p_335387_) RepairItemRecipe.assemble(CraftingInput p_346224_, HolderLookup.Provider p_335610_) ShapedRecipe.assemble(CraftingInput p_345201_, HolderLookup.Provider p_335688_) ShapelessRecipe.assemble(CraftingInput p_345555_, HolderLookup.Provider p_335725_) ShieldDecorationRecipe.assemble(CraftingInput p_345351_, HolderLookup.Provider p_335895_) ShulkerBoxColoring.assemble(CraftingInput p_346433_, HolderLookup.Provider p_335717_) SuspiciousStewRecipe.assemble(CraftingInput p_346220_, HolderLookup.Provider p_336034_) TippedArrowRecipe.assemble(CraftingInput p_345174_, HolderLookup.Provider p_335792_) private Optional<RecipeHolder<CraftingRecipe>> RecipeCache.compute(CraftingInput p_345136_, Level p_307202_) private static ItemStackMapExtendingRecipe.findFilledMap(CraftingInput p_344732_) RecipeCache.get(Level p_307315_, CraftingInput p_345726_) RepairItemRecipe.getItemsToCombine(CraftingInput p_345543_) BannerDuplicateRecipe.getRemainingItems(CraftingInput p_345377_) BookCloningRecipe.getRemainingItems(CraftingInput p_344763_) private voidRecipeCache.insert(CraftingInput p_348525_, RecipeHolder<CraftingRecipe> p_336146_) booleanArmorDyeRecipe.matches(CraftingInput p_344736_, Level p_43770_) booleanBannerDuplicateRecipe.matches(CraftingInput p_346043_, Level p_43786_) booleanBookCloningRecipe.matches(CraftingInput p_345586_, Level p_43815_) booleanDecoratedPotRecipe.matches(CraftingInput p_344915_, Level p_272812_) booleanFireworkRocketRecipe.matches(CraftingInput p_345559_, Level p_43855_) booleanFireworkStarFadeRecipe.matches(CraftingInput p_346021_, Level p_43874_) booleanFireworkStarRecipe.matches(CraftingInput p_344993_, Level p_43896_) booleanMapCloningRecipe.matches(CraftingInput p_345914_, Level p_43981_) booleanMapExtendingRecipe.matches(CraftingInput p_345101_, Level p_43994_) booleanRecipeCache.Entry.matches(CraftingInput p_348535_) booleanRepairItemRecipe.matches(CraftingInput p_345243_, Level p_44139_) booleanShapedRecipe.matches(CraftingInput p_345040_, Level p_44167_) booleanShapedRecipePattern.matches(CraftingInput p_345063_) private booleanShapedRecipePattern.matches(CraftingInput p_345835_, boolean p_344990_) booleanShapelessRecipe.matches(CraftingInput p_346123_, Level p_44263_) booleanShieldDecorationRecipe.matches(CraftingInput p_344969_, Level p_44309_) booleanShulkerBoxColoring.matches(CraftingInput p_345624_, Level p_44325_) booleanSuspiciousStewRecipe.matches(CraftingInput p_345878_, Level p_44500_) booleanTippedArrowRecipe.matches(CraftingInput p_345143_, Level p_44516_) Constructors in net.minecraft.world.item.crafting with parameters of type CraftingInputModifierConstructorDescriptionPositioned(CraftingInput input, int left, int top) Creates an instance of aPositionedrecord class. -
Uses of CraftingInput in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type CraftingInputModifier and TypeMethodDescriptionstatic Optional<RecipeHolder<CraftingRecipe>> CrafterBlock.getPotentialResults(Level p_307625_, CraftingInput p_345096_) -
Uses of CraftingInput in net.neoforged.neoforge.oldtest.recipebook
Methods in net.neoforged.neoforge.oldtest.recipebook that return CraftingInputModifier and TypeMethodDescriptionRecipeBookExtensionTest.RecipeBookTestContainer.asCraftingInput()Methods in net.neoforged.neoforge.oldtest.recipebook with parameters of type CraftingInputModifier and TypeMethodDescriptionRecipeBookTestRecipe.assemble(CraftingInput p_44001_, HolderLookup.Provider registryAccess) private booleanRecipeBookTestRecipe.matches(CraftingInput input, boolean mirror) booleanRecipeBookTestRecipe.matches(CraftingInput input, Level level) Taken fromShapedRecipe