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 TypeFieldDescriptionprivate 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, class_10298 class_10298) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, SlotDisplay.Context context, boolean bool, int int2, int int3, int int4, int int5, float float2) voidAnimatedResultButton.showResultCollection(RecipeResultCollection resultCollection, boolean filteringCraftable, RecipeBookResults results, SlotDisplay.Context 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<class_10287, List<RecipeResultCollection>> ClientRecipeBook.resultsByGroupMethods in net.minecraft.client.recipebook that return types with arguments of type RecipeResultCollectionModifier and TypeMethodDescriptionClientRecipeBook.getOrderedResults()ClientRecipeBook.getResultsForGroup(class_10287 class_10287) -
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