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 IJeiRuntime
public ItemListOverlay getItemListOverlay()
getItemListOverlay
in interface IJeiRuntime
public RecipesGui getRecipesGui()
getRecipesGui
in interface IJeiRuntime
public IngredientRegistry getIngredientRegistry()
public java.util.List<IAdvancedGuiHandler<?>> getActiveAdvancedGuiHandlers(net.minecraft.client.gui.GuiScreen guiScreen)