public class ModuleDatabase extends BlankForestryModule
| Constructor and Description |
|---|
ModuleDatabase() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInit() |
static BlockRegistryDatabase |
getBlocks() |
IPacketRegistry |
getPacketRegistry() |
void |
registerItemsAndBlocks()
Can be used to register items and blocks.
|
void |
registerRecipes()
Can be used to register recipes.
|
decorateBiome, getDependencyUids, getHiddenItems, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, registerCrates, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, disabledSetupAPI, getConsoleCommands, getFailMessage, isAvailable, postInit, preInit, registerTriggers, setupAPIpublic static BlockRegistryDatabase getBlocks()
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public void doInit()
public void registerRecipes()
IForestryModuleIForestryModule.doInit().public IPacketRegistry getPacketRegistry()
getPacketRegistry in class BlankForestryModule