public class JEIInternalPlugin extends BlankModPlugin
Modifier and Type | Field and Description |
---|---|
static IIngredientRegistry |
ingredientRegistry |
static IJeiRuntime |
jeiRuntime |
Constructor and Description |
---|
JEIInternalPlugin() |
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 ingredientRegistration)
Register special ingredients, beyond the basic ItemStack and FluidStack.
|
registerItemSubtypes
@Nullable public static IIngredientRegistry ingredientRegistry
@Nullable public static IJeiRuntime jeiRuntime
public void registerIngredients(IModIngredientRegistration ingredientRegistration)
IModPlugin
registerIngredients
in interface IModPlugin
registerIngredients
in class BlankModPlugin
public void register(IModRegistry registry)
IModPlugin
register
in interface IModPlugin
register
in class BlankModPlugin
public void onRuntimeAvailable(IJeiRuntime jeiRuntime)
IModPlugin
onRuntimeAvailable
in interface IModPlugin
onRuntimeAvailable
in class BlankModPlugin