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.IModPlugin
registerIngredients
in class mezz.jei.api.BlankModPlugin
public void registerCategories(mezz.jei.api.recipe.IRecipeCategoryRegistration registry)
registerCategories
in interface mezz.jei.api.IModPlugin
registerCategories
in class mezz.jei.api.BlankModPlugin
public void register(mezz.jei.api.IModRegistry registry)
register
in interface mezz.jei.api.IModPlugin
register
in class mezz.jei.api.BlankModPlugin
public void onRuntimeAvailable(mezz.jei.api.IJeiRuntime jeiRuntime)
onRuntimeAvailable
in interface mezz.jei.api.IModPlugin
onRuntimeAvailable
in class mezz.jei.api.BlankModPlugin