Uses of Class
net.minecraft.recipe.RecipeFinder
Packages that use RecipeFinder
Package
Description
-
Uses of RecipeFinder in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type RecipeFinderModifier and TypeMethodDescriptionvoid
AbstractFurnaceBlockEntity.provideRecipeInputs
(RecipeFinder finder) void
CrafterBlockEntity.provideRecipeInputs
(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeFinderMethods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeFinderModifier and TypeMethodDescriptionprotected void
AbstractCraftingRecipeBookWidget.populateRecipes
(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) protected void
AbstractFurnaceRecipeBookWidget.populateRecipes
(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) protected abstract void
RecipeBookWidget.populateRecipes
(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) void
RecipeResultCollection.populateRecipes
(RecipeFinder finder, Predicate<RecipeDisplay> displayablePredicate) -
Uses of RecipeFinder in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type RecipeFinder -
Uses of RecipeFinder in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type RecipeFinderModifier and TypeMethodDescriptionvoid
CraftingInventory.provideRecipeInputs
(RecipeFinder finder) void
SimpleInventory.provideRecipeInputs
(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type RecipeFinderModifier and TypeMethodDescriptionprivate void
InputSlotFiller.fill
(RecipeEntry<R> recipe, RecipeFinder finder) boolean
RecipeDisplayEntry.isCraftable
(RecipeFinder finder) void
InputSlotFiller.Handler.populateRecipeFinder
(RecipeFinder finder) void
RecipeInputProvider.provideRecipeInputs
(RecipeFinder finder) InputSlotFiller.tryFill
(RecipeEntry<R> recipe, RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.recipe.input
Fields in net.minecraft.recipe.input declared as RecipeFinderMethods in net.minecraft.recipe.input that return RecipeFinder -
Uses of RecipeFinder in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type RecipeFinderModifier and TypeMethodDescriptionvoid
AbstractCraftingScreenHandler.populateRecipeFinder
(RecipeFinder finder) void
AbstractFurnaceScreenHandler.populateRecipeFinder
(RecipeFinder finder) abstract void
AbstractRecipeScreenHandler.populateRecipeFinder
(RecipeFinder finder)