public class ModuleFluids extends BlankForestryModule
| Constructor and Description |
|---|
ModuleFluids() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeDisabled() |
void |
doInit() |
static ItemRegistryFluids |
getItems() |
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 |
registerTextures(net.minecraftforge.client.event.TextureStitchEvent.Pre event) |
decorateBiome, getDependencyUids, getHiddenItems, getPacketRegistry, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, registerCrates, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, disabledSetupAPI, getConsoleCommands, getFailMessage, isAvailable, postInit, registerTriggers, setupAPIpublic static ItemRegistryFluids getItems()
public boolean canBeDisabled()
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public void preInit()
IForestryModulepublic void doInit()
public void registerRecipes()
IForestryModuleIForestryModule.doInit().public void registerTextures(net.minecraftforge.client.event.TextureStitchEvent.Pre event)