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)
IModPluginregisterIngredients in interface IModPluginregisterIngredients in class BlankModPluginpublic void register(IModRegistry registry)
IModPluginregister in interface IModPluginregister in class BlankModPluginpublic void onRuntimeAvailable(IJeiRuntime jeiRuntime)
IModPluginonRuntimeAvailable in interface IModPluginonRuntimeAvailable in class BlankModPlugin