Uses of Interface
net.minecraft.recipe.input.RecipeInput
Packages that use RecipeInput
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeInput in net.minecraft
Methods in net.minecraft with type parameters of type RecipeInputModifier and TypeMethodDescription<I extends RecipeInput,T extends Recipe<I>>
Collection<RecipeEntry<T>> class_10289.method_64698(RecipeType<T> recipeType) <I extends RecipeInput,T extends Recipe<I>>
Stream<RecipeEntry<T>> class_10289.method_64699(RecipeType<T> recipeType, I i, World world) -
Uses of RecipeInput in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type RecipeInputModifier and TypeInterfaceDescriptioninterfaceRecipe<T extends RecipeInput>A recipe is an arrangement of item stacks in an inventory that can yield a product item stack.static interfaceRecipeManager.MatchGetter<I extends RecipeInput,T extends Recipe<I>> Methods in net.minecraft.recipe with type parameters of type RecipeInputModifier and TypeMethodDescriptionstatic <I extends RecipeInput,T extends Recipe<I>>
RecipeManager.MatchGetter<I, T> RecipeManager.createCachedMatchGetter(RecipeType<T> type) Creates a cached match getter.static <I extends RecipeInput,R extends Recipe<I>>
AbstractRecipeScreenHandler.PostFillActionInputSlotFiller.fill(InputSlotFiller.Handler<R> handler, int width, int height, List<Slot> inputSlots, List<Slot> slotsToReturn, PlayerInventory inventory, RecipeEntry<R> recipe, boolean craftAll, boolean creative) <I extends RecipeInput,T extends Recipe<I>>
Optional<RecipeEntry<T>> RecipeManager.getFirstMatch(RecipeType<T> type, I input, World world) Returns a recipe of the giventypethat match the giveninventoryandworld.<I extends RecipeInput,T extends Recipe<I>>
Optional<RecipeEntry<T>> RecipeManager.getFirstMatch(RecipeType<T> type, I input, World world, @Nullable RecipeEntry<T> recipe) <I extends RecipeInput,T extends Recipe<I>>
Optional<RecipeEntry<T>> RecipeManager.getFirstMatch(RecipeType<T> type, I input, World world, @Nullable RegistryKey<Recipe<?>> registryKey) -
Uses of RecipeInput in net.minecraft.recipe.input
Classes in net.minecraft.recipe.input that implement RecipeInputModifier and TypeClassDescriptionclassfinal recordfinal record