public class JeiRuntime extends java.lang.Object implements IJeiRuntime
| Constructor and Description |
|---|
JeiRuntime(RecipeRegistry recipeRegistry,
ItemListOverlay itemListOverlay,
RecipesGui recipesGui,
IngredientRegistry ingredientRegistry,
java.util.List<IAdvancedGuiHandler<?>> advancedGuiHandlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.List<IAdvancedGuiHandler<?>> |
getActiveAdvancedGuiHandlers(net.minecraft.client.gui.GuiScreen guiScreen) |
IngredientRegistry |
getIngredientRegistry() |
ItemListOverlay |
getItemListOverlay() |
RecipeRegistry |
getRecipeRegistry() |
RecipesGui |
getRecipesGui() |
public JeiRuntime(RecipeRegistry recipeRegistry, ItemListOverlay itemListOverlay, RecipesGui recipesGui, IngredientRegistry ingredientRegistry, java.util.List<IAdvancedGuiHandler<?>> advancedGuiHandlers)
public void close()
public RecipeRegistry getRecipeRegistry()
getRecipeRegistry in interface IJeiRuntimepublic ItemListOverlay getItemListOverlay()
getItemListOverlay in interface IJeiRuntimepublic RecipesGui getRecipesGui()
getRecipesGui in interface IJeiRuntimepublic IngredientRegistry getIngredientRegistry()
public java.util.List<IAdvancedGuiHandler<?>> getActiveAdvancedGuiHandlers(net.minecraft.client.gui.GuiScreen guiScreen)