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