public class IngredientLookupState
extends java.lang.Object
Constructor and Description |
---|
IngredientLookupState(mezz.jei.api.recipe.IFocus<?> focus,
java.util.List<mezz.jei.api.recipe.IRecipeCategory> recipeCategories,
int recipeCategoryIndex,
int recipeIndex) |
Modifier and Type | Method and Description |
---|---|
mezz.jei.api.recipe.IFocus<?> |
getFocus() |
com.google.common.collect.ImmutableList<mezz.jei.api.recipe.IRecipeCategory> |
getRecipeCategories() |
int |
getRecipeCategoryIndex() |
int |
getRecipeIndex() |
int |
getRecipesPerPage() |
void |
setRecipeCategoryIndex(int recipeCategoryIndex) |
void |
setRecipeIndex(int recipeIndex) |
void |
setRecipesPerPage(int recipesPerPage) |
public IngredientLookupState(@Nullable mezz.jei.api.recipe.IFocus<?> focus, java.util.List<mezz.jei.api.recipe.IRecipeCategory> recipeCategories, int recipeCategoryIndex, int recipeIndex)
@Nullable public mezz.jei.api.recipe.IFocus<?> getFocus()
public com.google.common.collect.ImmutableList<mezz.jei.api.recipe.IRecipeCategory> getRecipeCategories()
public int getRecipeCategoryIndex()
public void setRecipeCategoryIndex(int recipeCategoryIndex)
public int getRecipeIndex()
public void setRecipeIndex(int recipeIndex)
public int getRecipesPerPage()
public void setRecipesPerPage(int recipesPerPage)