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 TypeFieldDescriptionprivate RecipeResultCollection
AnimatedResultButton.resultCollection
private RecipeResultCollection
RecipeAlternativesWidget.resultCollection
private @Nullable RecipeResultCollection
RecipeBookResults.resultCollection
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 TypeMethodDescription@Nullable RecipeResultCollection
RecipeBookResults.getLastClickedResults()
AnimatedResultButton.getResultCollection()
RecipeAlternativesWidget.getResults()
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeResultCollectionModifier 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) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeResultCollectionModifier and TypeMethodDescriptionvoid
RecipeBookResults.setResults
(List<RecipeResultCollection> resultCollections, boolean resetCurrentPage) -
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.resultsByGroup
Methods in net.minecraft.client.recipebook that return types with arguments of type RecipeResultCollectionModifier and TypeMethodDescriptionClientRecipeBook.getOrderedResults()
ClientRecipeBook.getResultsForGroup
(RecipeBookGroup category) -
Uses of RecipeResultCollection in net.minecraft.client.search
Fields in net.minecraft.client.search with type parameters of type RecipeResultCollectionModifier and TypeFieldDescriptionstatic final SearchManager.Key<RecipeResultCollection>
SearchManager.RECIPE_OUTPUT