public class PluginLoader
extends java.lang.Object
Constructor and Description |
---|
PluginLoader(java.util.List<IModPlugin> plugins,
VanillaPlugin vanillaPlugin,
Textures textures,
IClientConfig clientConfig,
IModIdHelper modIdHelper,
boolean debugMode) |
Modifier and Type | Method and Description |
---|---|
BookmarkList |
createBookmarkList(BookmarkConfig bookmarkConfig) |
IngredientFilter |
createIngredientFilter(IIngredientSorter ingredientSorter,
IWorldConfig worldConfig,
IEditModeConfig editModeConfig,
IIngredientFilterConfig ingredientFilterConfig) |
GuiHandlerRegistration |
getGuiHandlerRegistration() |
IngredientManager |
getIngredientManager() |
IRecipeManager |
getRecipeManager(RecipeCategorySortingConfig recipeCategorySortingConfig) |
RecipeTransferRegistration |
getRecipeTransferRegistration() |
public PluginLoader(java.util.List<IModPlugin> plugins, VanillaPlugin vanillaPlugin, Textures textures, IClientConfig clientConfig, IModIdHelper modIdHelper, boolean debugMode)
public GuiHandlerRegistration getGuiHandlerRegistration()
public RecipeTransferRegistration getRecipeTransferRegistration()
public IRecipeManager getRecipeManager(RecipeCategorySortingConfig recipeCategorySortingConfig)
public IngredientFilter createIngredientFilter(IIngredientSorter ingredientSorter, IWorldConfig worldConfig, IEditModeConfig editModeConfig, IIngredientFilterConfig ingredientFilterConfig)
public IngredientManager getIngredientManager()
public BookmarkList createBookmarkList(BookmarkConfig bookmarkConfig)