Uses of Class
net.minecraft.recipe.RecipeMatcher
Packages that use RecipeMatcher
Package
Description
-
Uses of RecipeMatcher in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type RecipeMatcherModifier and TypeMethodDescriptionvoid
AbstractFurnaceBlockEntity.provideRecipeInputs
(RecipeMatcher finder) void
CrafterBlockEntity.provideRecipeInputs
(RecipeMatcher finder) -
Uses of RecipeMatcher in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeMatcherMethods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeMatcherModifier and TypeMethodDescriptionvoid
RecipeResultCollection.computeCraftables
(RecipeMatcher recipeFinder, int gridWidth, int gridHeight, RecipeBook recipeBook) -
Uses of RecipeMatcher in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type RecipeMatcherModifier and TypeMethodDescriptionvoid
PlayerInventory.populateRecipeFinder
(RecipeMatcher finder) -
Uses of RecipeMatcher in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type RecipeMatcherModifier and TypeMethodDescriptionvoid
CraftingInventory.provideRecipeInputs
(RecipeMatcher finder) void
SimpleInventory.provideRecipeInputs
(RecipeMatcher finder) -
Uses of RecipeMatcher in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeMatcherMethods in net.minecraft.recipe with parameters of type RecipeMatcherModifier and TypeMethodDescriptionvoid
RecipeInputProvider.provideRecipeInputs
(RecipeMatcher finder) -
Uses of RecipeMatcher in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type RecipeMatcherModifier and TypeMethodDescriptionvoid
AbstractFurnaceScreenHandler.populateRecipeFinder
(RecipeMatcher finder) abstract void
AbstractRecipeScreenHandler.populateRecipeFinder
(RecipeMatcher finder) void
CraftingScreenHandler.populateRecipeFinder
(RecipeMatcher finder) void
PlayerScreenHandler.populateRecipeFinder
(RecipeMatcher finder)