public class ModuleClimatology extends BlankForestryModule
| Modifier and Type | Field and Description |
|---|---|
static ProxyClimatology |
proxy |
| Constructor and Description |
|---|
ModuleClimatology() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInit() |
static BlockRegistryClimatology |
getBlocks() |
static ItemRegistryClimatology |
getItems() |
IPacketRegistry |
getPacketRegistry() |
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.
|
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, registerTriggers, setupAPIpublic static ProxyClimatology proxy
public static BlockRegistryClimatology getBlocks()
public static ItemRegistryClimatology getItems()
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public void preInit()
IForestryModulepublic void doInit()
public void registerRecipes()
IForestryModuleIForestryModule.doInit().public IPacketRegistry getPacketRegistry()
getPacketRegistry in class BlankForestryModule