public class ModuleBook extends BlankForestryModule
| Constructor and Description |
|---|
ModuleBook() |
| Modifier and Type | Method and Description |
|---|---|
static ItemRegistryBook |
getItems() |
void |
postInit() |
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 |
setupAPI()
Can be used to setup the api.
|
decorateBiome, getDependencyUids, getHiddenItems, getPacketRegistry, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, registerCrates, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, disabledSetupAPI, doInit, getConsoleCommands, getFailMessage, isAvailable, registerTriggerspublic static ProxyBook proxy
public static ItemRegistryBook getItems()
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 registerRecipes()
IForestryModuleIForestryModule.doInit().public void postInit()