public class JEIInternalPlugin
extends java.lang.Object
implements mezz.jei.api.IModPlugin
| 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.IModPluginpublic void registerCategories(mezz.jei.api.recipe.IRecipeCategoryRegistration registry)
registerCategories in interface mezz.jei.api.IModPluginpublic void register(mezz.jei.api.IModRegistry registry)
register in interface mezz.jei.api.IModPluginpublic void onRuntimeAvailable(mezz.jei.api.IJeiRuntime jeiRuntime)
onRuntimeAvailable in interface mezz.jei.api.IModPlugin