public class ModuleFarming extends BlankForestryModule
| Modifier and Type | Field and Description |
|---|---|
static ProxyFarming |
proxy |
| Constructor and Description |
|---|
ModuleFarming() |
| 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 BlockRegistryFarming |
getBlocks() |
void |
getHiddenItems(java.util.List<net.minecraft.item.ItemStack> hiddenItems)
Can be used to hide items in JEI.
|
void |
handleTextureRemap(net.minecraftforge.client.event.TextureStitchEvent.Pre event) |
void |
postInit() |
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 |
registerTriggers()
Can be used to register Buildcraft triggers.
|
void |
setupAPI()
Can be used to setup the api.
|
decorateBiome, getDependencyUids, getPacketRegistry, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, registerCrates, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, getConsoleCommands, getFailMessage, isAvailablepublic static ProxyFarming proxy
public static BlockRegistryFarming getBlocks()
public 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 registerTriggers()
IForestryModulepublic void doInit()
public void registerRecipes()
IForestryModuleIForestryModule.doInit().public void postInit()
public void getHiddenItems(java.util.List<net.minecraft.item.ItemStack> hiddenItems)
BlankForestryModulegetHiddenItems in class BlankForestryModulepublic void handleTextureRemap(net.minecraftforge.client.event.TextureStitchEvent.Pre event)