Uses of Class
net.minecraft.world.item.crafting.CraftingInput
Packages that use CraftingInput
Package
Description
-
Uses of CraftingInput in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return CraftingInputMethods in net.minecraft.world.inventory with parameters of type CraftingInputModifier and TypeMethodDescriptionprivate static NonNullList<ItemStack> ResultSlot.copyAllInputItems(CraftingInput pInput) private NonNullList<ItemStack> ResultSlot.getRemainingItems(CraftingInput pInput, Level pLevel) -
Uses of CraftingInput in net.minecraft.world.item
Methods in net.minecraft.world.item that return CraftingInputModifier and TypeMethodDescriptionprivate static CraftingInputDyeColor.makeCraftColorInput(DyeColor pFirst, DyeColor pSecond) -
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_) TippedArrowRecipe.assemble(CraftingInput p_345174_, HolderLookup.Provider p_335792_) TransmuteRecipe.assemble(CraftingInput p_374148_, HolderLookup.Provider p_374579_) private static ItemStackDecoratedPotRecipe.back(CraftingInput pInput) private Optional<RecipeHolder<CraftingRecipe>> RecipeCache.compute(CraftingInput pCraftingInput, ServerLevel pLevel) static NonNullList<ItemStack> CraftingRecipe.defaultCraftingReminder(CraftingInput pInput) private static ItemStackMapExtendingRecipe.findFilledMap(CraftingInput pInput) private static ItemStackDecoratedPotRecipe.front(CraftingInput pInput) RecipeCache.get(ServerLevel pLevel, CraftingInput pCraftingInput) RepairItemRecipe.getItemsToCombine(CraftingInput pInput) BannerDuplicateRecipe.getRemainingItems(CraftingInput p_345377_) BookCloningRecipe.getRemainingItems(CraftingInput p_344763_) default NonNullList<ItemStack> CraftingRecipe.getRemainingItems(CraftingInput pInput) private voidRecipeCache.insert(CraftingInput pInput, RecipeHolder<CraftingRecipe> pRecipe) private static ItemStackDecoratedPotRecipe.left(CraftingInput pInput) 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 pInput) booleanRepairItemRecipe.matches(CraftingInput p_345243_, Level p_44139_) booleanShapedRecipe.matches(CraftingInput p_345040_, Level p_44167_) booleanShapedRecipePattern.matches(CraftingInput pInput) private booleanShapedRecipePattern.matches(CraftingInput pInput, boolean pSymmetrical) booleanShapelessRecipe.matches(CraftingInput p_346123_, Level p_44263_) booleanShieldDecorationRecipe.matches(CraftingInput p_344969_, Level p_44309_) booleanTippedArrowRecipe.matches(CraftingInput p_345143_, Level p_44516_) booleanTransmuteRecipe.matches(CraftingInput p_374402_, Level p_374075_) private static ItemStackDecoratedPotRecipe.right(CraftingInput pInput) 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(ServerLevel pLevel, CraftingInput pCraftingInput)