public class JEIInternalPlugin
extends mezz.jei.api.BlankModPlugin
| Modifier and Type | Field and Description |
|---|---|
static mezz.jei.api.ingredients.IIngredientRegistry |
ingredientRegistry |
static mezz.jei.api.IJeiRuntime |
jeiRuntime |
| Constructor and Description |
|---|
JEIInternalPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRuntimeAvailable(mezz.jei.api.IJeiRuntime jeiRuntime) |
void |
register(mezz.jei.api.IModRegistry registry) |
void |
registerCategories(mezz.jei.api.recipe.IRecipeCategoryRegistration registry) |
void |
registerIngredients(mezz.jei.api.ingredients.IModIngredientRegistration ingredientRegistration) |
@Nullable public static mezz.jei.api.ingredients.IIngredientRegistry ingredientRegistry
@Nullable public static mezz.jei.api.IJeiRuntime jeiRuntime
public void registerIngredients(mezz.jei.api.ingredients.IModIngredientRegistration ingredientRegistration)
registerIngredients in interface mezz.jei.api.IModPluginregisterIngredients in class mezz.jei.api.BlankModPluginpublic void registerCategories(mezz.jei.api.recipe.IRecipeCategoryRegistration registry)
registerCategories in interface mezz.jei.api.IModPluginregisterCategories in class mezz.jei.api.BlankModPluginpublic void register(mezz.jei.api.IModRegistry registry)
register in interface mezz.jei.api.IModPluginregister in class mezz.jei.api.BlankModPluginpublic void onRuntimeAvailable(mezz.jei.api.IJeiRuntime jeiRuntime)
onRuntimeAvailable in interface mezz.jei.api.IModPluginonRuntimeAvailable in class mezz.jei.api.BlankModPlugin