Uses of Class
net.minecraft.client.gui.recipebook.RecipeList
-
Packages that use RecipeList Package Description net.minecraft.client.gui.recipebook net.minecraft.client.util -
-
Uses of RecipeList in net.minecraft.client.gui.recipebook
Fields in net.minecraft.client.gui.recipebook declared as RecipeList Modifier and Type Field Description private RecipeListRecipeOverlayGui. collectionprivate RecipeListRecipeWidget. collectionprivate RecipeListRecipeBookPage. lastClickedRecipeCollectionFields in net.minecraft.client.gui.recipebook with type parameters of type RecipeList Modifier and Type Field Description private java.util.List<RecipeList>RecipeBookPage. recipeCollectionsMethods in net.minecraft.client.gui.recipebook that return RecipeList Modifier and Type Method Description RecipeListRecipeWidget. getCollection()RecipeListRecipeBookPage. getLastClickedRecipeCollection()RecipeListRecipeOverlayGui. getRecipeCollection()Methods in net.minecraft.client.gui.recipebook with parameters of type RecipeList Modifier and Type Method Description voidRecipeOverlayGui. 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 RecipeList Modifier and Type Method Description voidRecipeBookPage. updateCollections(java.util.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 RecipeList Modifier and Type Field Description private java.util.List<RecipeList>ClientRecipeBook. allCollectionsprivate java.util.Map<RecipeBookCategories,java.util.List<RecipeList>>ClientRecipeBook. collectionsByTabstatic SearchTreeManager.Key<RecipeList>SearchTreeManager. RECIPE_COLLECTIONSMethods in net.minecraft.client.util that return types with arguments of type RecipeList Modifier and Type Method Description java.util.List<RecipeList>ClientRecipeBook. getCollection(RecipeBookCategories p_202891_1_)java.util.List<RecipeList>ClientRecipeBook. getCollections()
-