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 CraftingInput
Sheep.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 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_) 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 ItemStack
MapExtendingRecipe.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 void
RecipeCache.insert
(CraftingInput p_348525_, RecipeHolder<CraftingRecipe> p_336146_) 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 p_348535_) boolean
RepairItemRecipe.matches
(CraftingInput p_345243_, Level p_44139_) boolean
ShapedRecipe.matches
(CraftingInput p_345040_, Level p_44167_) boolean
ShapedRecipePattern.matches
(CraftingInput p_345063_) private boolean
ShapedRecipePattern.matches
(CraftingInput p_345835_, boolean p_344990_) boolean
ShapelessRecipe.matches
(CraftingInput p_346123_, Level p_44263_) boolean
ShieldDecorationRecipe.matches
(CraftingInput p_344969_, Level p_44309_) boolean
ShulkerBoxColoring.matches
(CraftingInput p_345624_, Level p_44325_) boolean
SuspiciousStewRecipe.matches
(CraftingInput p_345878_, Level p_44500_) boolean
TippedArrowRecipe.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 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
(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 boolean
RecipeBookTestRecipe.matches
(CraftingInput input, boolean mirror) boolean
RecipeBookTestRecipe.matches
(CraftingInput input, Level level) Taken fromShapedRecipe