public class PluginLoader
extends java.lang.Object
Constructor and Description |
---|
PluginLoader(java.util.List<mezz.jei.api.IModPlugin> plugins,
VanillaPlugin vanillaPlugin,
Textures textures,
IEditModeConfig editModeConfig,
IIngredientFilterConfig ingredientFilterConfig,
BookmarkConfig bookmarkConfig,
mezz.jei.api.helpers.IModIdHelper modIdHelper,
boolean debugMode) |
Modifier and Type | Method and Description |
---|---|
BookmarkList |
getBookmarkList() |
GuiHandlerRegistration |
getGuiHandlerRegistration() |
IngredientFilter |
getIngredientFilter() |
IngredientManager |
getIngredientManager() |
RecipeManager |
getRecipeManager() |
RecipeTransferRegistration |
getRecipeTransferRegistration() |
public PluginLoader(java.util.List<mezz.jei.api.IModPlugin> plugins, VanillaPlugin vanillaPlugin, Textures textures, IEditModeConfig editModeConfig, IIngredientFilterConfig ingredientFilterConfig, BookmarkConfig bookmarkConfig, mezz.jei.api.helpers.IModIdHelper modIdHelper, boolean debugMode)
public GuiHandlerRegistration getGuiHandlerRegistration()
public RecipeTransferRegistration getRecipeTransferRegistration()
public RecipeManager getRecipeManager()
public IngredientFilter getIngredientFilter()
public IngredientManager getIngredientManager()
public BookmarkList getBookmarkList()