public class ModuleCultivation extends BlankForestryModule
| Constructor and Description |
|---|
ModuleCultivation() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInit() |
static BlockRegistryCultivation |
getBlocks() |
java.util.Set<net.minecraft.util.ResourceLocation> |
getDependencyUids()
The ForestryModule.moduleID()s of any other modules this module depends on.
|
void |
registerItemsAndBlocks()
Can be used to register items and blocks.
|
void |
registerRecipes()
Can be used to register recipes.
|
decorateBiome, 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 BlockRegistryCultivation getBlocks()
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public java.util.Set<net.minecraft.util.ResourceLocation> getDependencyUids()
BlankForestryModulegetDependencyUids in interface IForestryModulegetDependencyUids in class BlankForestryModulepublic void doInit()
public void registerRecipes()
IForestryModuleIForestryModule.doInit().