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 RecipeResultCollection
RecipeResultCollection.EMPTY
private RecipeResultCollection
AnimatedResultButton.resultCollection
private RecipeResultCollection
RecipeAlternativesWidget.resultCollection
private @Nullable RecipeResultCollection
RecipeBookResults.resultCollection
private @Nullable RecipeResultCollection
RecipeBookWidget.selectedRecipeResults
Fields in net.minecraft.client.gui.screen.recipebook with type parameters of type RecipeResultCollectionModifier and TypeFieldDescriptionprivate List
<RecipeResultCollection> RecipeBookResults.resultCollections
Methods 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 void
AbstractCraftingRecipeBookWidget.populateRecipes
(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) protected void
AbstractFurnaceRecipeBookWidget.populateRecipes
(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) protected abstract void
RecipeBookWidget.populateRecipes
(RecipeResultCollection recipeResultCollection, RecipeFinder recipeFinder) private boolean
RecipeBookWidget.select
(RecipeResultCollection results, NetworkRecipeId recipeId) void
RecipeAlternativesWidget.showAlternativesForResult
(RecipeResultCollection resultCollection, ContextParameterMap context, boolean filteringCraftable, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) void
AnimatedResultButton.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 TypeMethodDescriptionvoid
RecipeBookResults.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.orderedResults
private Map
<RecipeBookGroup, List<RecipeResultCollection>> ClientRecipeBook.resultsByCategory
Methods 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