public class FactoryJeiPlugin
extends java.lang.Object
implements mezz.jei.api.IModPlugin
| Modifier and Type | Field and Description |
|---|---|
static mezz.jei.api.IJeiHelpers |
jeiHelpers |
| Constructor and Description |
|---|
FactoryJeiPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(mezz.jei.api.IModRegistry registry)
Register this mod plugin with the mod registry.
|
void |
registerCategories(mezz.jei.api.recipe.IRecipeCategoryRegistration registry)
Register the categories handled by this plugin.
|
public void registerCategories(mezz.jei.api.recipe.IRecipeCategoryRegistration registry)
mezz.jei.api.IModPluginregisterCategories in interface mezz.jei.api.IModPluginpublic void register(mezz.jei.api.IModRegistry registry)
mezz.jei.api.IModPluginregister in interface mezz.jei.api.IModPlugin