public class VanillaPlugin
extends java.lang.Object
implements mezz.jei.api.IModPlugin
| Constructor and Description |
|---|
VanillaPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(mezz.jei.api.IModRegistry registry) |
void |
registerCategories(mezz.jei.api.recipe.IRecipeCategoryRegistration registry) |
void |
registerIngredients(mezz.jei.api.ingredients.IModIngredientRegistration ingredientRegistration) |
void |
registerItemSubtypes(mezz.jei.api.ISubtypeRegistry subtypeRegistry) |
public void registerItemSubtypes(mezz.jei.api.ISubtypeRegistry subtypeRegistry)
registerItemSubtypes in interface mezz.jei.api.IModPluginpublic 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.IModPlugin