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 RecipeList
RecipeOverlayGui. collection
private RecipeList
RecipeWidget. collection
private RecipeList
RecipeBookPage. lastClickedRecipeCollection
Fields in net.minecraft.client.gui.recipebook with type parameters of type RecipeList Modifier and Type Field Description private java.util.List<RecipeList>
RecipeBookPage. recipeCollections
Methods in net.minecraft.client.gui.recipebook that return RecipeList Modifier and Type Method Description RecipeList
RecipeWidget. getCollection()
RecipeList
RecipeBookPage. getLastClickedRecipeCollection()
RecipeList
RecipeOverlayGui. getRecipeCollection()
Methods in net.minecraft.client.gui.recipebook with parameters of type RecipeList Modifier and Type Method Description void
RecipeOverlayGui. 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_)
void
RecipeWidget. 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 void
RecipeBookPage. 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. allCollections
private java.util.Map<RecipeBookCategories,java.util.List<RecipeList>>
ClientRecipeBook. collectionsByTab
static SearchTreeManager.Key<RecipeList>
SearchTreeManager. RECIPE_COLLECTIONS
Methods 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()
-