Uses of Class
net.minecraft.recipe.RecipeFinder
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.gui.screen.recipebook | |
| net.minecraft.entity.player | |
| net.minecraft.inventory | |
| net.minecraft.recipe | |
| net.minecraft.screen |
-
Uses of RecipeFinder in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type RecipeFinder Modifier and Type Method Description voidAbstractFurnaceBlockEntity. provideRecipeInputs(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeFinder Modifier and Type Field Description private RecipeFinderRecipeBookWidget. recipeFinderMethods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeFinder Modifier and Type Method Description voidRecipeResultCollection. 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 RecipeFinder Modifier and Type Method Description voidPlayerInventory. populateRecipeFinder(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type RecipeFinder Modifier and Type Method Description voidCraftingInventory. provideRecipeInputs(RecipeFinder finder)voidSimpleInventory. provideRecipeInputs(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeFinder Modifier and Type Field Description protected RecipeFinderInputSlotFiller. recipeFinderMethods in net.minecraft.recipe with parameters of type RecipeFinder Modifier and Type Method Description voidRecipeInputProvider. provideRecipeInputs(RecipeFinder finder) -
Uses of RecipeFinder in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type RecipeFinder Modifier and Type Method Description voidAbstractFurnaceScreenHandler. populateRecipeFinder(RecipeFinder finder)abstract voidAbstractRecipeScreenHandler. populateRecipeFinder(RecipeFinder finder)voidCraftingScreenHandler. populateRecipeFinder(RecipeFinder finder)voidPlayerScreenHandler. populateRecipeFinder(RecipeFinder finder)