public class VanillaPlugin extends BlankModPlugin
| Constructor and Description |
|---|
VanillaPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(IModRegistry registry)
Register this mod plugin with the mod registry.
|
void |
registerIngredients(IModIngredientRegistration ingredientRegistration)
Register special ingredients, beyond the basic ItemStack and FluidStack.
|
void |
registerItemSubtypes(ISubtypeRegistry subtypeRegistry)
If your item has subtypes that depend on NBT or capabilities, use this to help JEI identify those subtypes correctly.
|
onRuntimeAvailablepublic void registerItemSubtypes(ISubtypeRegistry subtypeRegistry)
IModPluginregisterItemSubtypes in interface IModPluginregisterItemSubtypes in class BlankModPluginpublic void registerIngredients(IModIngredientRegistration ingredientRegistration)
IModPluginregisterIngredients in interface IModPluginregisterIngredients in class BlankModPluginpublic void register(IModRegistry registry)
IModPluginregister in interface IModPluginregister in class BlankModPlugin