public class ModuleEnergy extends BlankForestryModule
| Modifier and Type | Field and Description |
|---|---|
static BlockRegistryEnergy |
blocks |
static ProxyEnergy |
proxy |
| Constructor and Description |
|---|
ModuleEnergy() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInit() |
static BlockRegistryEnergy |
getBlocks() |
void |
registerItemsAndBlocks()
Can be used to register items and blocks.
|
void |
registerRecipes()
Can be used to register recipes.
|
decorateBiome, getDependencyUids, getHiddenItems, getPacketRegistry, 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 ProxyEnergy proxy
@Nullable public static BlockRegistryEnergy blocks
public static BlockRegistryEnergy getBlocks()
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public void doInit()
public void registerRecipes()
IForestryModuleIForestryModule.doInit().