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> menu, int gridWidth, int gridHeight, List<Slot> inputGridSlots, List<Slot> slotsToClear, Inventory inventory, RecipeHolder<R> recipe, boolean useMaxItems, boolean allowDroppingItemsToClear) -
Uses of RecipeInput in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type RecipeInputModifier and TypeInterfaceDescriptioninterfaceRecipe<T extends RecipeInput>static interfaceRecipeManager.CachedCheck<I extends RecipeInput, T extends Recipe<I>>Classes in net.minecraft.world.item.crafting that implement RecipeInputModifier and TypeClassDescriptionclassfinal recordfinal recordMethods 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> type) static <I extends RecipeInput, T extends Recipe<I>>
RecipeManager.CachedCheck<I, T> RecipeManager.createCheck(RecipeType<T> type) <I extends RecipeInput, T extends Recipe<I>>
Optional<RecipeHolder<T>> RecipeManager.getRecipeFor(RecipeType<T> type, I input, Level level) <I extends RecipeInput, T extends Recipe<I>>
Optional<RecipeHolder<T>> RecipeManager.getRecipeFor(RecipeType<T> type, I input, Level level, @Nullable ResourceKey<Recipe<?>> recipeHint) <I extends RecipeInput, T extends Recipe<I>>
Optional<RecipeHolder<T>> RecipeManager.getRecipeFor(RecipeType<T> type, I input, Level level, @Nullable RecipeHolder<T> recipeHint) <I extends RecipeInput, T extends Recipe<I>>
Stream<RecipeHolder<T>> RecipeMap.getRecipesFor(RecipeType<T> type, I container, Level level) -
Uses of RecipeInput in net.neoforged.neoforge.items.wrapper
Classes in net.neoforged.neoforge.items.wrapper that implement RecipeInputModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.
RecipeInputdirectly instead.