Uses of Class
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
Packages that use RecipeResultCollection
Package
Description
-
Uses of RecipeResultCollection in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeResultCollectionModifier and TypeFieldDescriptionstatic final RecipeResultCollectionRecipeResultCollection.EMPTYprivate RecipeResultCollectionAnimatedResultButton.resultCollectionprivate RecipeResultCollectionRecipeAlternativesWidget.resultCollectionprivate @Nullable RecipeResultCollectionRecipeBookResults.resultCollectionprivate @Nullable RecipeResultCollectionRecipeBookWidget.selectedRecipeResultsFields 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 voidAbstractCraftingRecipeBookWidget.populateRecipes(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) protected voidAbstractFurnaceRecipeBookWidget.populateRecipes(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) protected abstract voidRecipeBookWidget.populateRecipes(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) private booleanRecipeBookWidget.select(RecipeResultCollection results, NetworkRecipeId recipeId) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, ContextParameterMap context, boolean filteringCraftable, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) voidAnimatedResultButton.showResultCollection(RecipeResultCollection resultCollection, boolean filteringCraftable, RecipeBookResults results, ContextParameterMap context) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeResultCollectionModifier and TypeMethodDescriptionvoidRecipeBookResults.setResults(List<RecipeResultCollection> resultCollections, boolean resetCurrentPage, boolean filteringCraftable) -
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.resultsByCategoryMethods in net.minecraft.client.recipebook that return types with arguments of type RecipeResultCollectionModifier and TypeMethodDescriptionClientRecipeBook.getOrderedResults()ClientRecipeBook.getResultsForCategory(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