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 pColor1, DyeColor pColor2) -
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 pInput, HolderLookup.Provider pRegistries) BannerDuplicateRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) BookCloningRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) DecoratedPotRecipe.assemble
(CraftingInput p_345761_, HolderLookup.Provider p_335840_) FireworkRocketRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) FireworkStarFadeRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) FireworkStarRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) MapCloningRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) 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 pInput, HolderLookup.Provider pRegistries) ShulkerBoxColoring.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) SuspiciousStewRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) TippedArrowRecipe.assemble
(CraftingInput pInput, HolderLookup.Provider pRegistries) private Optional
<RecipeHolder<CraftingRecipe>> RecipeCache.compute
(CraftingInput pInput, Level pLevel) private static ItemStack
MapExtendingRecipe.findFilledMap
(CraftingInput pInput) RecipeCache.get
(Level pLevel, CraftingInput pInput) RepairItemRecipe.getItemsToCombine
(CraftingInput p_345543_) BannerDuplicateRecipe.getRemainingItems
(CraftingInput pInput) BookCloningRecipe.getRemainingItems
(CraftingInput pInput) private void
RecipeCache.insert
(CraftingInput pInput, RecipeHolder<CraftingRecipe> pRecipe) boolean
ArmorDyeRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
BannerDuplicateRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
BookCloningRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
DecoratedPotRecipe.matches
(CraftingInput p_344915_, Level p_272812_) boolean
FireworkRocketRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
FireworkStarFadeRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
FireworkStarRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
MapCloningRecipe.matches
(CraftingInput pInput, Level pLevel) 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 pInput, Level pLevel) boolean
ShulkerBoxColoring.matches
(CraftingInput pInput, Level pLevel) boolean
SuspiciousStewRecipe.matches
(CraftingInput pInput, Level pLevel) boolean
TippedArrowRecipe.matches
(CraftingInput pInput, Level pLevel) 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 pLevel, CraftingInput pInput) -
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