Uses of Class
net.minecraft.client.gui.screens.recipebook.RecipeCollection
Packages that use RecipeCollection
Package
Description
-
Uses of RecipeCollection in net.minecraft.client
Fields in net.minecraft.client with type parameters of type RecipeCollectionModifier and TypeFieldDescriptionprivate List<RecipeCollection> ClientRecipeBook.allCollectionsprivate Map<RecipeBookCategories, List<RecipeCollection>> ClientRecipeBook.collectionsByTabMethods in net.minecraft.client that return types with arguments of type RecipeCollectionModifier and TypeMethodDescriptionClientRecipeBook.getCollection(RecipeBookCategories p_90624_) ClientRecipeBook.getCollections() -
Uses of RecipeCollection in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as RecipeCollectionModifier and TypeFieldDescriptionprivate RecipeCollectionOverlayRecipeComponent.collectionprivate RecipeCollectionRecipeButton.collectionprivate RecipeCollectionRecipeBookPage.lastClickedRecipeCollectionFields in net.minecraft.client.gui.screens.recipebook with type parameters of type RecipeCollectionMethods in net.minecraft.client.gui.screens.recipebook that return RecipeCollectionModifier and TypeMethodDescriptionRecipeButton.getCollection()RecipeBookPage.getLastClickedRecipeCollection()OverlayRecipeComponent.getRecipeCollection()Methods in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeCollectionModifier and TypeMethodDescriptionvoidOverlayRecipeComponent.init(Minecraft p_100195_, RecipeCollection p_100196_, int p_100197_, int p_100198_, int p_100199_, int p_100200_, float p_100201_) voidRecipeButton.init(RecipeCollection p_100480_, RecipeBookPage p_100481_) Method parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeCollectionModifier and TypeMethodDescriptionvoidRecipeBookPage.updateCollections(List<RecipeCollection> p_100437_, boolean p_100438_) -
Uses of RecipeCollection in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type RecipeCollectionModifier and TypeFieldDescriptionprivate CompletableFuture<SearchTree<RecipeCollection>> SessionSearchTrees.recipeSearchMethods in net.minecraft.client.multiplayer that return types with arguments of type RecipeCollection