Uses of Class
net.minecraft.client.gui.screens.recipebook.RecipeCollection
Package
Description
-
Uses of RecipeCollection in net.minecraft.client
Modifier and TypeFieldDescriptionprivate List<RecipeCollection>
ClientRecipeBook.allCollections
private Map<RecipeBookCategories,
List<RecipeCollection>> ClientRecipeBook.collectionsByTab
Modifier and TypeMethodDescriptionClientRecipeBook.getCollection
(RecipeBookCategories p_90624_) ClientRecipeBook.getCollections()
-
Uses of RecipeCollection in net.minecraft.client.gui.screens.recipebook
Modifier and TypeFieldDescriptionprivate RecipeCollection
OverlayRecipeComponent.collection
private RecipeCollection
RecipeButton.collection
private RecipeCollection
RecipeBookPage.lastClickedRecipeCollection
Modifier and TypeMethodDescriptionRecipeButton.getCollection()
RecipeBookPage.getLastClickedRecipeCollection()
OverlayRecipeComponent.getRecipeCollection()
Modifier and TypeMethodDescriptionvoid
OverlayRecipeComponent.init
(Minecraft p_100195_, RecipeCollection p_100196_, int p_100197_, int p_100198_, int p_100199_, int p_100200_, float p_100201_) void
RecipeButton.init
(RecipeCollection p_100480_, RecipeBookPage p_100481_) Modifier and TypeMethodDescriptionvoid
RecipeBookPage.updateCollections
(List<RecipeCollection> p_100437_, boolean p_100438_) -
Uses of RecipeCollection in net.minecraft.client.searchtree
Modifier and TypeFieldDescriptionstatic final SearchRegistry.Key<RecipeCollection>
SearchRegistry.RECIPE_COLLECTIONS