Uses of Class
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
Package
Description
-
Uses of RecipeResultCollection in net.minecraft.client.gui.screen.recipebook
Modifier and TypeFieldDescriptionprivate RecipeResultCollection
AnimatedResultButton.resultCollection
private RecipeResultCollection
RecipeAlternativesWidget.resultCollection
private @Nullable RecipeResultCollection
RecipeBookResults.resultCollection
Modifier and TypeFieldDescriptionprivate List
<RecipeResultCollection> RecipeBookResults.resultCollections
Modifier and TypeMethodDescriptionRecipeBookResults.getLastClickedResults()
AnimatedResultButton.getResultCollection()
RecipeAlternativesWidget.getResults()
Modifier and TypeMethodDescriptionvoid
RecipeAlternativesWidget.showAlternativesForResult
(MinecraftClient client, RecipeResultCollection results, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) void
AnimatedResultButton.showResultCollection
(RecipeResultCollection resultCollection, RecipeBookResults results) Modifier and TypeMethodDescriptionvoid
RecipeBookResults.setResults
(List<RecipeResultCollection> resultCollections, boolean resetCurrentPage) -
Uses of RecipeResultCollection in net.minecraft.client.recipebook
Modifier and TypeFieldDescriptionprivate List
<RecipeResultCollection> ClientRecipeBook.orderedResults
private Map
<RecipeBookGroup, List<RecipeResultCollection>> ClientRecipeBook.resultsByGroup
Modifier and TypeMethodDescriptionClientRecipeBook.getOrderedResults()
ClientRecipeBook.getResultsForGroup
(RecipeBookGroup category) -
Uses of RecipeResultCollection in net.minecraft.client.search
Modifier and TypeFieldDescriptionstatic final SearchManager.Key
<RecipeResultCollection> SearchManager.RECIPE_OUTPUT