public class JeiRuntime
extends java.lang.Object
implements mezz.jei.api.IJeiRuntime
| Constructor and Description |
|---|
JeiRuntime(RecipeRegistry recipeRegistry,
IngredientListOverlay ingredientListOverlay,
mezz.jei.api.IBookmarkOverlay bookmarkOverlay,
RecipesGui recipesGui,
IngredientFilter ingredientFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
mezz.jei.api.IBookmarkOverlay |
getBookmarkOverlay() |
IngredientFilter |
getIngredientFilter() |
IngredientListOverlay |
getIngredientListOverlay() |
ItemListOverlay |
getItemListOverlay() |
RecipeRegistry |
getRecipeRegistry() |
RecipesGui |
getRecipesGui() |
public JeiRuntime(RecipeRegistry recipeRegistry, IngredientListOverlay ingredientListOverlay, mezz.jei.api.IBookmarkOverlay bookmarkOverlay, RecipesGui recipesGui, IngredientFilter ingredientFilter)
public void close()
public RecipeRegistry getRecipeRegistry()
getRecipeRegistry in interface mezz.jei.api.IJeiRuntimepublic ItemListOverlay getItemListOverlay()
getItemListOverlay in interface mezz.jei.api.IJeiRuntimepublic IngredientFilter getIngredientFilter()
getIngredientFilter in interface mezz.jei.api.IJeiRuntimepublic IngredientListOverlay getIngredientListOverlay()
getIngredientListOverlay in interface mezz.jei.api.IJeiRuntimepublic mezz.jei.api.IBookmarkOverlay getBookmarkOverlay()
getBookmarkOverlay in interface mezz.jei.api.IJeiRuntimepublic RecipesGui getRecipesGui()
getRecipesGui in interface mezz.jei.api.IJeiRuntime