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 input) private NonNullList<ItemStack> ResultSlot.getRemainingItems(CraftingInput input, Level level) -
Uses of CraftingInput in net.minecraft.world.item.crafting
Subinterfaces with type arguments of type CraftingInput in net.minecraft.world.item.craftingFields 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 TypeMethodDescriptionBannerDuplicateRecipe.assemble(CraftingInput input) BookCloningRecipe.assemble(CraftingInput input) DecoratedPotRecipe.assemble(CraftingInput input) DyeRecipe.assemble(CraftingInput input) FireworkRocketRecipe.assemble(CraftingInput input) FireworkStarFadeRecipe.assemble(CraftingInput input) FireworkStarRecipe.assemble(CraftingInput input) ImbueRecipe.assemble(CraftingInput input) MapExtendingRecipe.assemble(CraftingInput input) RepairItemRecipe.assemble(CraftingInput input) ShapedRecipe.assemble(CraftingInput input) ShapelessRecipe.assemble(CraftingInput input) ShieldDecorationRecipe.assemble(CraftingInput input) TransmuteRecipe.assemble(CraftingInput input) private static ItemStackDecoratedPotRecipe.back(CraftingInput input) private Optional<RecipeHolder<CraftingRecipe>> RecipeCache.compute(CraftingInput input, ServerLevel level) static NonNullList<ItemStack> CraftingRecipe.defaultCraftingReminder(CraftingInput input) private static ItemStackMapExtendingRecipe.findFilledMap(CraftingInput input) private static ItemStackDecoratedPotRecipe.front(CraftingInput input) RecipeCache.get(ServerLevel level, CraftingInput input) RepairItemRecipe.getItemsToCombine(CraftingInput input) BannerDuplicateRecipe.getRemainingItems(CraftingInput input) BookCloningRecipe.getRemainingItems(CraftingInput input) default NonNullList<ItemStack> CraftingRecipe.getRemainingItems(CraftingInput input) private voidRecipeCache.insert(CraftingInput input, @Nullable RecipeHolder<CraftingRecipe> recipe) private static ItemStackDecoratedPotRecipe.left(CraftingInput input) booleanBannerDuplicateRecipe.matches(CraftingInput input, Level level) booleanBookCloningRecipe.matches(CraftingInput input, Level level) booleanDecoratedPotRecipe.matches(CraftingInput input, Level level) booleanDyeRecipe.matches(CraftingInput input, Level level) booleanFireworkRocketRecipe.matches(CraftingInput input, Level level) booleanFireworkStarFadeRecipe.matches(CraftingInput input, Level level) booleanFireworkStarRecipe.matches(CraftingInput input, Level level) booleanImbueRecipe.matches(CraftingInput input, Level level) booleanMapExtendingRecipe.matches(CraftingInput input, Level level) booleanRecipeCache.Entry.matches(CraftingInput input) booleanRepairItemRecipe.matches(CraftingInput input, Level level) booleanShapedRecipe.matches(CraftingInput input, Level level) booleanShapedRecipePattern.matches(CraftingInput input) private booleanShapedRecipePattern.matches(CraftingInput input, boolean xFlip) booleanShapelessRecipe.matches(CraftingInput input, Level level) booleanShieldDecorationRecipe.matches(CraftingInput input, Level level) booleanTransmuteRecipe.matches(CraftingInput input, Level level) private static ItemStackDecoratedPotRecipe.right(CraftingInput input) 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 level, CraftingInput input)