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 TypeMethodDescriptionvoidAbstractFurnaceBlockEntity.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 TypeMethodDescriptionvoidRecipeResultCollection.computeCraftables(RecipeFinder recipeFinder, int gridWidth, int gridHeight, RecipeBook recipeBook) -
Uses of RecipeFinder in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type RecipeFinderModifier and TypeMethodDescriptionvoidPlayerInventory.populateRecipeFinder(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type RecipeFinderModifier and TypeMethodDescriptionvoidCraftingInventory.provideRecipeInputs(RecipeFinder finder)voidSimpleInventory.provideRecipeInputs(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeFinderMethods in net.minecraft.recipe with parameters of type RecipeFinderModifier and TypeMethodDescriptionvoidRecipeInputProvider.provideRecipeInputs(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type RecipeFinderModifier and TypeMethodDescriptionvoidAbstractFurnaceScreenHandler.populateRecipeFinder(RecipeFinder finder)abstract voidAbstractRecipeScreenHandler.populateRecipeFinder(RecipeFinder finder)voidCraftingScreenHandler.populateRecipeFinder(RecipeFinder finder)voidPlayerScreenHandler.populateRecipeFinder(RecipeFinder finder)