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
RecipeAlternativesWidget.resultCollection
private RecipeResultCollection
RecipeBookResults.resultCollection
private RecipeResultCollection
AnimatedResultButton.results
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 recipeResultCollection, RecipeBookResults recipeBookResults)
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