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 RecipeResultCollectionRecipeAlternativesWidget. resultCollectionprivate RecipeResultCollectionRecipeBookResults. resultCollectionprivate RecipeResultCollectionAnimatedResultButton. resultsFields in net.minecraft.client.gui.screen.recipebook with type parameters of type RecipeResultCollection Modifier and Type Field Description private List<RecipeResultCollection>RecipeBookResults. resultCollectionsMethods in net.minecraft.client.gui.screen.recipebook that return RecipeResultCollection Modifier and Type Method Description @Nullable RecipeResultCollectionRecipeBookResults. getLastClickedResults()RecipeResultCollectionAnimatedResultButton. getResultCollection()RecipeResultCollectionRecipeAlternativesWidget. getResults()Methods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeResultCollection Modifier and Type Method Description voidRecipeAlternativesWidget. showAlternativesForResult(MinecraftClient client, RecipeResultCollection results, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta)voidAnimatedResultButton. 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 voidRecipeBookResults. 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. orderedResultsprivate Map<RecipeBookGroup,List<RecipeResultCollection>>ClientRecipeBook. resultsByGroupMethods 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