Uses of Class
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
Package | Description |
---|---|
net.minecraft.client.gui.screen.recipebook | |
net.minecraft.client.recipebook | |
net.minecraft.client.search |
-
Uses of RecipeResultCollection in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as RecipeResultCollection Modifier and Type Field Description private RecipeResultCollection
RecipeAlternativesWidget. resultCollection
private RecipeResultCollection
RecipeBookResults. resultCollection
private RecipeResultCollection
AnimatedResultButton. results
Fields in net.minecraft.client.gui.screen.recipebook with type parameters of type RecipeResultCollection Modifier and Type Field Description private List<RecipeResultCollection>
RecipeBookResults. resultCollections
Methods in net.minecraft.client.gui.screen.recipebook that return RecipeResultCollection Modifier and Type Method Description @Nullable RecipeResultCollection
RecipeBookResults. getLastClickedResults()
RecipeResultCollection
AnimatedResultButton. getResultCollection()
RecipeResultCollection
RecipeAlternativesWidget. getResults()
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeResultCollection Modifier and Type Method Description void
RecipeAlternativesWidget. showAlternativesForResult(MinecraftClient client, RecipeResultCollection results, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta)
void
AnimatedResultButton. showResultCollection(RecipeResultCollection recipeResultCollection, RecipeBookResults recipeBookResults)
Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeResultCollection Modifier and Type Method Description void
RecipeBookResults. setResults(List<RecipeResultCollection> list, boolean resetCurrentPage)
-
Uses of RecipeResultCollection in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeResultCollection Modifier and Type Field Description private List<RecipeResultCollection>
ClientRecipeBook. orderedResults
private Map<RecipeBookGroup,List<RecipeResultCollection>>
ClientRecipeBook. resultsByGroup
Methods in net.minecraft.client.recipebook that return types with arguments of type RecipeResultCollection Modifier and Type Method Description List<RecipeResultCollection>
ClientRecipeBook. getOrderedResults()
List<RecipeResultCollection>
ClientRecipeBook. getResultsForGroup(RecipeBookGroup category)
-
Uses of RecipeResultCollection in net.minecraft.client.search
Fields in net.minecraft.client.search with type parameters of type RecipeResultCollection Modifier and Type Field Description static SearchManager.Key<RecipeResultCollection>
SearchManager. RECIPE_OUTPUT