| Package | Description | 
|---|---|
| net.minecraft.client.gui.recipebook | |
| net.minecraft.client.util | 
| Modifier and Type | Field and Description | 
|---|---|
| private RecipeList | RecipeBookPage. lastClickedRecipeList | 
| private RecipeList | GuiButtonRecipe. list | 
| private RecipeList | GuiRecipeOverlay. recipeList | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.List<RecipeList> | RecipeBookPage. recipeLists | 
| Modifier and Type | Method and Description | 
|---|---|
| RecipeList | RecipeBookPage. getLastClickedRecipeList() | 
| RecipeList | GuiButtonRecipe. getList() | 
| RecipeList | GuiRecipeOverlay. getRecipeList() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GuiRecipeOverlay. init(Minecraft mcIn,
    RecipeList recipeListIn,
    int p_191845_3_,
    int p_191845_4_,
    int p_191845_5_,
    int p_191845_6_,
    float p_191845_7_,
    RecipeBook p_191845_8_) | 
| void | GuiButtonRecipe. init(RecipeList p_193928_1_,
    RecipeBookPage p_193928_2_,
    RecipeBook p_193928_3_) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RecipeBookPage. updateLists(java.util.List<RecipeList> p_194192_1_,
           boolean p_194192_2_) | 
| Modifier and Type | Field and Description | 
|---|---|
| static java.util.List<RecipeList> | RecipeBookClient. ALL_RECIPES | 
| static SearchTreeManager.Key<RecipeList> | SearchTreeManager. RECIPES | 
| static java.util.Map<CreativeTabs,java.util.List<RecipeList>> | RecipeBookClient. RECIPES_BY_TAB | 
| Modifier and Type | Method and Description | 
|---|---|
| private static RecipeList | RecipeBookClient. newRecipeList(CreativeTabs p_194082_0_) |