Package | Description |
---|---|
net.minecraft.client.gui.recipebook | |
net.minecraft.client.util |
Modifier and Type | Field and Description |
---|---|
private RecipeList |
RecipeBookPage.lastClickedRecipeList |
private RecipeList |
RecipeWidget.list |
private RecipeList |
RecipeOverlayGui.recipeList |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RecipeList> |
RecipeBookPage.recipeLists |
Modifier and Type | Method and Description |
---|---|
RecipeList |
RecipeBookPage.getLastClickedRecipeList() |
RecipeList |
RecipeWidget.getList() |
RecipeList |
RecipeOverlayGui.getRecipeList() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeOverlayGui.func_201703_a(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.func_203400_a(RecipeList p_203400_1_,
RecipeBookPage p_203400_2_) |
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 |
---|---|
private java.util.List<RecipeList> |
ClientRecipeBook.allRecipes |
static SearchTreeManager.Key<RecipeList> |
SearchTreeManager.RECIPES |
private java.util.Map<RecipeBookCategories,java.util.List<RecipeList>> |
ClientRecipeBook.recipesByCategory |
Modifier and Type | Method and Description |
---|---|
private RecipeList |
ClientRecipeBook.newRecipeList(RecipeBookCategories p_202889_1_) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RecipeList> |
ClientRecipeBook.getRecipes() |
java.util.List<RecipeList> |
ClientRecipeBook.getRecipes(RecipeBookCategories p_202891_1_) |
Modifier and Type | Method and Description |
---|---|
private void |
ClientRecipeBook.func_216767_a(RecipeBookCategories p_216767_1_,
RecipeList p_216767_2_) |