public interface IModPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
onItemRegistryAvailable(IItemRegistry itemRegistry)
Called when the IItemRegistry is available, before register.
|
void |
onJeiHelpersAvailable(IJeiHelpers jeiHelpers)
Called when the IJeiHelpers is available.
|
void |
onRecipeRegistryAvailable(IRecipeRegistry recipeRegistry)
Deprecated.
since JEI 2.23.0. Get the recipe registry from jeiRuntime, passed in onRuntimeAvailable
|
void |
onRuntimeAvailable(IJeiRuntime jeiRuntime)
Called when jei's runtime features are available, after all mods have registered.
|
void |
register(IModRegistry registry)
Register this mod plugin with the mod registry.
|
void onJeiHelpersAvailable(IJeiHelpers jeiHelpers)
void onItemRegistryAvailable(IItemRegistry itemRegistry)
void register(IModRegistry registry)
@Deprecated void onRecipeRegistryAvailable(IRecipeRegistry recipeRegistry)
void onRuntimeAvailable(IJeiRuntime jeiRuntime)