Uses of Class
net.minecraft.client.gui.recipebook.RecipeList
Packages that use RecipeList
-
Uses of RecipeList in net.minecraft.client.gui.recipebook
Fields in net.minecraft.client.gui.recipebook declared as RecipeListModifier and TypeFieldDescriptionprivate RecipeListRecipeOverlayGui.collectionprivate RecipeListRecipeWidget.collectionprivate RecipeListRecipeBookPage.lastClickedRecipeCollectionFields in net.minecraft.client.gui.recipebook with type parameters of type RecipeListMethods in net.minecraft.client.gui.recipebook that return RecipeListModifier and TypeMethodDescriptionRecipeWidget.getCollection()RecipeBookPage.getLastClickedRecipeCollection()RecipeOverlayGui.getRecipeCollection()Methods in net.minecraft.client.gui.recipebook with parameters of type RecipeListModifier and TypeMethodDescriptionvoidRecipeOverlayGui.init(Minecraft p_201703_1_, RecipeList p_201703_2_, int p_201703_3_, int p_201703_4_, int p_201703_5_, int p_201703_6_, float p_201703_7_) voidRecipeWidget.init(RecipeList p_203400_1_, RecipeBookPage p_203400_2_) Method parameters in net.minecraft.client.gui.recipebook with type arguments of type RecipeListModifier and TypeMethodDescriptionvoidRecipeBookPage.updateCollections(List<RecipeList> p_194192_1_, boolean p_194192_2_) -
Uses of RecipeList in net.minecraft.client.util
Fields in net.minecraft.client.util with type parameters of type RecipeListModifier and TypeFieldDescriptionprivate List<RecipeList>ClientRecipeBook.allCollectionsprivate Map<RecipeBookCategories,List<RecipeList>> ClientRecipeBook.collectionsByTabstatic final SearchTreeManager.Key<RecipeList>SearchTreeManager.RECIPE_COLLECTIONSMethods in net.minecraft.client.util that return types with arguments of type RecipeListModifier and TypeMethodDescriptionClientRecipeBook.getCollection(RecipeBookCategories p_202891_1_) ClientRecipeBook.getCollections()