public interface IModPlugin
JEIPlugin
annotation to get loaded by JEI.BlankModPlugin
Modifier and Type | Method and Description |
---|---|
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 |
registerIngredients(IModIngredientRegistration registry)
Register special ingredients, beyond the basic ItemStack and FluidStack.
|
void |
registerItemSubtypes(ISubtypeRegistry subtypeRegistry)
If your item has subtypes that depend on NBT or capabilities, use this to help JEI identify those subtypes correctly.
|
void registerItemSubtypes(ISubtypeRegistry subtypeRegistry)
void registerIngredients(IModIngredientRegistration registry)
void register(IModRegistry registry)
void onRuntimeAvailable(IJeiRuntime jeiRuntime)