public class PluginNatura extends BlankForestryModule
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MOD_ID |
| Constructor and Description |
|---|
PluginNatura() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFailMessage() |
boolean |
isAvailable() |
void |
postInit() |
void |
registerCrates()
Can be used to register crates via the
ICrateRegistry. |
void |
registerItems(net.minecraftforge.event.RegistryEvent<net.minecraft.item.Item> itemRegistryEvent) |
void |
registerRecipes()
Can be used to register recipes.
|
decorateBiome, getDependencyUids, getHiddenItems, getPacketRegistry, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, disabledSetupAPI, doInit, getConsoleCommands, preInit, registerItemsAndBlocks, registerTriggers, setupAPIpublic static final java.lang.String MOD_ID
public boolean isAvailable()
public java.lang.String getFailMessage()
public void registerItems(net.minecraftforge.event.RegistryEvent<net.minecraft.item.Item> itemRegistryEvent)
public void registerCrates()
BlankForestryModuleICrateRegistry.registerCrates in class BlankForestryModulepublic void registerRecipes()
IForestryModuleIForestryModule.doInit().public void postInit()