public class JeiRuntime
extends java.lang.Object
implements mezz.jei.api.runtime.IJeiRuntime
| Constructor and Description |
|---|
JeiRuntime(RecipeManager recipeManager,
IngredientListOverlay ingredientListOverlay,
mezz.jei.api.runtime.IBookmarkOverlay bookmarkOverlay,
RecipesGui recipesGui,
mezz.jei.api.runtime.IIngredientFilter ingredientFilter,
mezz.jei.api.runtime.IIngredientManager ingredientManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
mezz.jei.api.runtime.IBookmarkOverlay |
getBookmarkOverlay() |
mezz.jei.api.runtime.IIngredientFilter |
getIngredientFilter() |
IngredientListOverlay |
getIngredientListOverlay() |
mezz.jei.api.runtime.IIngredientManager |
getIngredientManager() |
RecipeManager |
getRecipeManager() |
RecipesGui |
getRecipesGui() |
public JeiRuntime(RecipeManager recipeManager, IngredientListOverlay ingredientListOverlay, mezz.jei.api.runtime.IBookmarkOverlay bookmarkOverlay, RecipesGui recipesGui, mezz.jei.api.runtime.IIngredientFilter ingredientFilter, mezz.jei.api.runtime.IIngredientManager ingredientManager)
public void close()
public RecipeManager getRecipeManager()
getRecipeManager in interface mezz.jei.api.runtime.IJeiRuntimepublic mezz.jei.api.runtime.IIngredientFilter getIngredientFilter()
getIngredientFilter in interface mezz.jei.api.runtime.IJeiRuntimepublic IngredientListOverlay getIngredientListOverlay()
getIngredientListOverlay in interface mezz.jei.api.runtime.IJeiRuntimepublic mezz.jei.api.runtime.IIngredientManager getIngredientManager()
getIngredientManager in interface mezz.jei.api.runtime.IJeiRuntimepublic mezz.jei.api.runtime.IBookmarkOverlay getBookmarkOverlay()
getBookmarkOverlay in interface mezz.jei.api.runtime.IJeiRuntimepublic RecipesGui getRecipesGui()
getRecipesGui in interface mezz.jei.api.runtime.IJeiRuntime