diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-07-31 23:17:19 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-07-31 23:17:19 +0800 |
| commit | 59321c5c7c650dab63328d13180a4468cbdb5103 (patch) | |
| tree | 0f35133fcac7f05b5171521570da98211d37dc13 /src/main/java/me/shedaniel/rei/api/REIPluginEntry.java | |
| parent | 3e5df51929fe5204ce01e993560238e3d58a1faa (diff) | |
| download | RoughlyEnoughItems-59321c5c7c650dab63328d13180a4468cbdb5103.tar.gz RoughlyEnoughItems-59321c5c7c650dab63328d13180a4468cbdb5103.tar.bz2 RoughlyEnoughItems-59321c5c7c650dab63328d13180a4468cbdb5103.zip | |
Better plugin loading
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/REIPluginEntry.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/REIPluginEntry.java | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java b/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java index 2d0b2f236..8651c6751 100644 --- a/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java +++ b/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java @@ -13,48 +13,6 @@ import net.minecraft.util.Identifier; public interface REIPluginEntry { /** - * On register of the plugin - * - * @param pluginDisabler the helper class to disable other plugins - */ - default void onFirstLoad(PluginDisabler pluginDisabler) {} - - /** - * Registers items on the item panel - * - * @param itemRegistry the helper class - */ - default void registerItems(ItemRegistry itemRegistry) {} - - /** - * Registers categories - * - * @param recipeHelper the helper class - */ - default void registerPluginCategories(RecipeHelper recipeHelper) {} - - /** - * Registers displays for categories - * - * @param recipeHelper the helper class - */ - default void registerRecipeDisplays(RecipeHelper recipeHelper) {} - - /** - * Registers bounds handlers - * - * @param displayHelper the helper class - */ - default void registerBounds(DisplayHelper displayHelper) {} - - /** - * Register other stuff - * - * @param recipeHelper the helper class - */ - default void registerOthers(RecipeHelper recipeHelper) {} - - /** * Gets the priority of the plugin. * * @return the priority |
