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 pInput, HolderLookup.Provider pRegistries) 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 pInput, HolderLookup.Provider pRegistries) RepairItemRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) ShapedRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) ShapelessRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) ShieldDecorationRecipe.assemble
(CraftingInput p_345351_, HolderLookup.Provider p_335895_) TippedArrowRecipe.assemble
(CraftingInput p_345174_, HolderLookup.Provider p_335792_) TransmuteRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) 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 p_345543_) 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 pInput, Level pLevel) 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 pInput, Level pLevel) boolean
RecipeCache.Entry.matches
(CraftingInput pInput) boolean
RepairItemRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
ShapedRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
ShapedRecipePattern.matches
(CraftingInput pInput) private boolean
ShapedRecipePattern.matches
(CraftingInput pInput, boolean pSymmetrical) boolean
ShapelessRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
ShieldDecorationRecipe.matches
(CraftingInput p_344969_, Level p_44309_) boolean
TippedArrowRecipe.matches
(CraftingInput p_345143_, Level p_44516_) boolean
TransmuteRecipe.matches
(CraftingInput pInput, Level pLevel) 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)