public class ModuleSorting extends BlankForestryModule
| Constructor and Description |
|---|
ModuleSorting() |
| Modifier and Type | Method and Description |
|---|---|
void |
disabledSetupAPI()
Called to setup the api if this module is disabled in the config or has missing dependencies.
|
void |
doInit() |
static BlockRegistrySorting |
getBlocks() |
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.
|
void |
setupAPI()
Can be used to setup the api.
|
decorateBiome, getDependencyUids, getHiddenItems, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, registerCrates, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, getConsoleCommands, getFailMessage, isAvailable, postInit, registerTriggerspublic static BlockRegistrySorting getBlocks()
public IPacketRegistry getPacketRegistry()
getPacketRegistry in class BlankForestryModulepublic void setupAPI()
IForestryModuleIForestryModule.disabledSetupAPI() will be called.
Must be called by the mod that registers the container.
public void disabledSetupAPI()
IForestryModuleMust 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 doInit()