Uses of Class
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
Packages that use RecipeResultCollection
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeResultCollection in net.minecraft
Methods in net.minecraft with parameters of type RecipeResultCollectionModifier and TypeMethodDescriptionprotected voidclass_9933.method_62024(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder, RecipeBook recipeBook) -
Uses of RecipeResultCollection in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeResultCollectionModifier and TypeFieldDescriptionprivate RecipeResultCollectionAnimatedResultButton.resultCollectionprivate RecipeResultCollectionRecipeAlternativesWidget.resultCollectionprivate @Nullable RecipeResultCollectionRecipeBookResults.resultCollectionFields in net.minecraft.client.gui.screen.recipebook with type parameters of type RecipeResultCollectionModifier and TypeFieldDescriptionprivate List<RecipeResultCollection> RecipeBookResults.resultCollectionsMethods in net.minecraft.client.gui.screen.recipebook that return RecipeResultCollectionModifier and TypeMethodDescriptionRecipeBookResults.getLastClickedResults()AnimatedResultButton.getResultCollection()RecipeAlternativesWidget.getResults()Methods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeResultCollectionModifier and TypeMethodDescriptionprotected voidAbstractFurnaceRecipeBookScreen.method_62024(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder, RecipeBook recipeBook) protected abstract voidRecipeBookWidget.method_62024(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder, RecipeBook recipeBook) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, boolean bool, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) voidAnimatedResultButton.showResultCollection(RecipeResultCollection resultCollection, boolean bool, RecipeBookResults recipeBookResults) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeResultCollectionModifier and TypeMethodDescriptionvoidRecipeBookResults.setResults(List<RecipeResultCollection> list, boolean resetCurrentPage, boolean bool) -
Uses of RecipeResultCollection in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeResultCollectionModifier and TypeFieldDescriptionprivate List<RecipeResultCollection> ClientRecipeBook.orderedResultsprivate Map<RecipeBookGroup, List<RecipeResultCollection>> ClientRecipeBook.resultsByGroupMethods in net.minecraft.client.recipebook that return types with arguments of type RecipeResultCollectionModifier and TypeMethodDescriptionClientRecipeBook.getOrderedResults()ClientRecipeBook.getResultsForGroup(RecipeBookGroup category) -
Uses of RecipeResultCollection in net.minecraft.client.search
Fields in net.minecraft.client.search with type parameters of type RecipeResultCollectionMethods in net.minecraft.client.search that return types with arguments of type RecipeResultCollection