Uses of Interface
net.minecraft.world.item.crafting.RecipeInput
Packages that use RecipeInput
Package
Description
-
Uses of RecipeInput in net.minecraft.recipebook
Methods in net.minecraft.recipebook with type parameters of type RecipeInputModifier and TypeMethodDescriptionstatic <I extends RecipeInput,
R extends Recipe<I>>
RecipeBookMenu.PostPlaceActionServerPlaceRecipe.placeRecipe
(ServerPlaceRecipe.CraftingMenuAccess<R> p_361341_, int p_361512_, int p_362929_, List<Slot> p_364825_, List<Slot> p_364661_, Inventory p_364618_, RecipeHolder<R> p_363024_, boolean p_360549_, boolean p_361381_) -
Uses of RecipeInput in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type RecipeInputModifier and TypeInterfaceDescriptioninterface
Recipe<T extends RecipeInput>
static interface
RecipeManager.CachedCheck<I extends RecipeInput,
T extends Recipe<I>> Classes in net.minecraft.world.item.crafting that implement RecipeInputModifier and TypeClassDescriptionclass
final record
final record
Methods in net.minecraft.world.item.crafting with type parameters of type RecipeInputModifier and TypeMethodDescription<I extends RecipeInput,
T extends Recipe<I>>
Collection<RecipeHolder<T>> RecipeMap.byType
(RecipeType<T> p_379772_) static <I extends RecipeInput,
T extends Recipe<I>>
RecipeManager.CachedCheck<I, T> RecipeManager.createCheck
(RecipeType<T> p_220268_) <I extends RecipeInput,
T extends Recipe<I>>
Optional<RecipeHolder<T>> RecipeManager.getRecipeFor
(RecipeType<T> p_44016_, I p_345492_, Level p_44018_) <I extends RecipeInput,
T extends Recipe<I>>
Optional<RecipeHolder<T>> RecipeManager.getRecipeFor
(RecipeType<T> p_345895_, I p_345268_, Level p_346336_, ResourceKey<Recipe<?>> p_380176_) <I extends RecipeInput,
T extends Recipe<I>>
Optional<RecipeHolder<T>> RecipeManager.getRecipeFor
(RecipeType<T> p_220249_, I p_345826_, Level p_220251_, RecipeHolder<T> p_346407_) <I extends RecipeInput,
T extends Recipe<I>>
Stream<RecipeHolder<T>> RecipeMap.getRecipesFor
(RecipeType<T> p_380402_, I p_379312_, Level p_379663_) -
Uses of RecipeInput in net.neoforged.neoforge.items.wrapper
Classes in net.neoforged.neoforge.items.wrapper that implement RecipeInput