public class ModuleBackpacks extends BlankForestryModule
| Constructor and Description |
|---|
ModuleBackpacks() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLootPoolNames(java.util.Set<java.lang.String> lootPoolNames) |
static ItemRegistryBackpacks |
getItems() |
IPickupHandler |
getPickupHandler() |
IResupplyHandler |
getResupplyHandler() |
void |
postInit() |
void |
preInit()
Must be called by the mod that registers the container.
|
boolean |
processIMCMessage(net.minecraftforge.fml.common.event.FMLInterModComms.IMCMessage message) |
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, getSaveEventHandler, populateChunk, populateChunkRetroGen, registerBackpackItems, registerCrates, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanBeDisabled, disabledSetupAPI, doInit, getConsoleCommands, getFailMessage, isAvailable, registerTriggerspublic static ItemRegistryBackpacks getItems()
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 preInit()
IForestryModulepublic void postInit()
public boolean processIMCMessage(net.minecraftforge.fml.common.event.FMLInterModComms.IMCMessage message)
processIMCMessage in class BlankForestryModulepublic IPickupHandler getPickupHandler()
getPickupHandler in class BlankForestryModulepublic IResupplyHandler getResupplyHandler()
getResupplyHandler in class BlankForestryModulepublic void registerRecipes()
IForestryModuleIForestryModule.doInit().public void addLootPoolNames(java.util.Set<java.lang.String> lootPoolNames)