Uses of Class
net.minecraft.recipe.RecipeFinder
Package
Description
-
Uses of RecipeFinder in net.minecraft.block.entity
Modifier and TypeMethodDescriptionvoid
AbstractFurnaceBlockEntity.provideRecipeInputs
(RecipeFinder finder) void
CrafterBlockEntity.provideRecipeInputs
(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.client.gui.screen.recipebook
Modifier 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
-
Uses of RecipeFinder in net.minecraft.inventory
Modifier and TypeMethodDescriptionvoid
CraftingInventory.provideRecipeInputs
(RecipeFinder finder) void
SimpleInventory.provideRecipeInputs
(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.recipe
Modifier 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
-
Uses of RecipeFinder in net.minecraft.screen
Modifier and TypeMethodDescriptionvoid
AbstractCraftingScreenHandler.populateRecipeFinder
(RecipeFinder finder) void
AbstractFurnaceScreenHandler.populateRecipeFinder
(RecipeFinder finder) abstract void
AbstractRecipeScreenHandler.populateRecipeFinder
(RecipeFinder finder)