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