Uses of Class
net.minecraft.recipe.RecipeMatcher
Package
Description
-
Uses of RecipeMatcher in net.minecraft.block.entity
Modifier and TypeMethodDescriptionvoid
AbstractFurnaceBlockEntity.provideRecipeInputs(RecipeMatcher finder)
-
Uses of RecipeMatcher in net.minecraft.client.gui.screen.recipebook
Modifier and TypeMethodDescriptionvoid
RecipeResultCollection.computeCraftables(RecipeMatcher recipeFinder, int gridWidth, int gridHeight, RecipeBook recipeBook)
-
Uses of RecipeMatcher in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerInventory.populateRecipeFinder(RecipeMatcher finder)
-
Uses of RecipeMatcher in net.minecraft.inventory
Modifier and TypeMethodDescriptionvoid
CraftingInventory.provideRecipeInputs(RecipeMatcher finder)
void
SimpleInventory.provideRecipeInputs(RecipeMatcher finder)
-
Uses of RecipeMatcher in net.minecraft.recipe
Modifier and TypeMethodDescriptionvoid
RecipeInputProvider.provideRecipeInputs(RecipeMatcher finder)
-
Uses of RecipeMatcher in net.minecraft.screen
Modifier and TypeMethodDescriptionvoid
AbstractFurnaceScreenHandler.populateRecipeFinder(RecipeMatcher finder)
abstract void
AbstractRecipeScreenHandler.populateRecipeFinder(RecipeMatcher finder)
void
CraftingScreenHandler.populateRecipeFinder(RecipeMatcher finder)
void
PlayerScreenHandler.populateRecipeFinder(RecipeMatcher finder)