public class ModuleMail extends BlankForestryModule
| Constructor and Description |
|---|
ModuleMail() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInit() |
static BlockRegistryMail |
getBlocks() |
static ItemRegistryMail |
getItems() |
IPacketRegistry |
getPacketRegistry() |
ISaveEventHandler |
getSaveEventHandler() |
void |
preInit()
Must be called by the mod that registers the container.
|
void |
registerItemsAndBlocks()
Can be used to register items and blocks.
|
void |
registerRecipes()
Can be used to register recipes.
|
void |
registerTriggers()
Can be used to register Buildcraft triggers.
|
void |
setupAPI()
Can be used to setup the api.
|
decorateBiome, getDependencyUids, getHiddenItems, getPickupHandler, getResupplyHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, registerCrates, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, disabledSetupAPI, getConsoleCommands, getFailMessage, isAvailable, postInitpublic static ItemRegistryMail getItems()
public static BlockRegistryMail getBlocks()
public void setupAPI()
IForestryModuleIForestryModule.disabledSetupAPI() will be called.
Must be called by the mod that registers the container.
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public void preInit()
IForestryModulepublic void registerTriggers()
IForestryModulepublic void doInit()
public IPacketRegistry getPacketRegistry()
getPacketRegistry in class BlankForestryModulepublic void registerRecipes()
IForestryModuleIForestryModule.doInit().public ISaveEventHandler getSaveEventHandler()
getSaveEventHandler in class BlankForestryModule