public class ModuleGreenhouse extends BlankForestryModule
| Constructor and Description |
|---|
ModuleGreenhouse() |
| Modifier and Type | Method and Description |
|---|---|
static BlockRegistryGreenhouse |
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, doInit, getConsoleCommands, getFailMessage, isAvailable, postInit, preInit, registerTriggers, setupAPIpublic static BlockRegistryGreenhouse getBlocks()
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public void registerRecipes()
IForestryModuleIForestryModule.doInit().