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 CraftingInput
DyeColor.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 CraftingInput
CraftingInput.EMPTY
private final CraftingInput
CraftingInput.Positioned.input
The field for theinput
record component.Methods in net.minecraft.world.item.crafting that return CraftingInputModifier and TypeMethodDescriptionCraftingInput.Positioned.input()
Returns the value of theinput
record component.static CraftingInput
Methods 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 ItemStack
DecoratedPotRecipe.back
(CraftingInput pInput) private Optional
<RecipeHolder<CraftingRecipe>> RecipeCache.compute
(CraftingInput pCraftingInput, ServerLevel pLevel) static NonNullList
<ItemStack> CraftingRecipe.defaultCraftingReminder
(CraftingInput pInput) private static ItemStack
MapExtendingRecipe.findFilledMap
(CraftingInput pInput) private static ItemStack
DecoratedPotRecipe.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 void
RecipeCache.insert
(CraftingInput pInput, RecipeHolder<CraftingRecipe> pRecipe) private static ItemStack
DecoratedPotRecipe.left
(CraftingInput pInput) boolean
ArmorDyeRecipe.matches
(CraftingInput p_344736_, Level p_43770_) boolean
BannerDuplicateRecipe.matches
(CraftingInput p_346043_, Level p_43786_) boolean
BookCloningRecipe.matches
(CraftingInput p_345586_, Level p_43815_) boolean
DecoratedPotRecipe.matches
(CraftingInput p_344915_, Level p_272812_) boolean
FireworkRocketRecipe.matches
(CraftingInput p_345559_, Level p_43855_) boolean
FireworkStarFadeRecipe.matches
(CraftingInput p_346021_, Level p_43874_) boolean
FireworkStarRecipe.matches
(CraftingInput p_344993_, Level p_43896_) boolean
MapCloningRecipe.matches
(CraftingInput p_345914_, Level p_43981_) boolean
MapExtendingRecipe.matches
(CraftingInput p_345101_, Level p_43994_) boolean
RecipeCache.Entry.matches
(CraftingInput pInput) boolean
RepairItemRecipe.matches
(CraftingInput p_345243_, Level p_44139_) boolean
ShapedRecipe.matches
(CraftingInput p_345040_, Level p_44167_) boolean
ShapedRecipePattern.matches
(CraftingInput pInput) private boolean
ShapedRecipePattern.matches
(CraftingInput pInput, boolean pSymmetrical) boolean
ShapelessRecipe.matches
(CraftingInput p_346123_, Level p_44263_) boolean
ShieldDecorationRecipe.matches
(CraftingInput p_344969_, Level p_44309_) boolean
TippedArrowRecipe.matches
(CraftingInput p_345143_, Level p_44516_) boolean
TransmuteRecipe.matches
(CraftingInput p_374402_, Level p_374075_) private static ItemStack
DecoratedPotRecipe.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 aPositioned
record 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)