public class ModuleCharcoal extends BlankForestryModule
| Constructor and Description |
|---|
ModuleCharcoal() |
| Modifier and Type | Method and Description |
|---|---|
static BlockRegistryCharcoal |
getBlocks() |
static net.minecraft.creativetab.CreativeTabs |
getTag() |
void |
postInit() |
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, 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, preInit, registerTriggerspublic static BlockRegistryCharcoal getBlocks()
public void setupAPI()
IForestryModuleIForestryModule.disabledSetupAPI() will be called.
Must 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 postInit()
public void registerRecipes()
IForestryModuleIForestryModule.doInit().public static net.minecraft.creativetab.CreativeTabs getTag()