public class InternalModuleHandler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalModuleHandler.Stage |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<IForestryModule> |
disabledModules |
protected ModuleManager |
moduleManager |
protected java.util.Set<BlankForestryModule> |
modules |
| Constructor and Description |
|---|
InternalModuleHandler(ModuleManager moduleManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
addModules(java.util.Collection<IForestryModule> modules,
java.util.Collection<IForestryModule> disabledModules) |
void |
decorateBiome(net.minecraft.world.World world,
java.util.Random rand,
net.minecraft.util.math.BlockPos pos) |
java.util.List<net.minecraft.item.ItemStack> |
getHiddenItems() |
InternalModuleHandler.Stage |
getStage() |
void |
populateChunk(net.minecraft.world.gen.IChunkGenerator chunkProvider,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated) |
void |
populateChunkRetroGen(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ) |
void |
processIMCMessages(com.google.common.collect.ImmutableList<net.minecraftforge.fml.common.event.FMLInterModComms.IMCMessage> messages) |
void |
runBookInit() |
void |
runInit() |
void |
runPostInit() |
void |
runPreInit(net.minecraftforge.fml.relauncher.Side side) |
void |
runRegisterBackpacksAndCrates() |
void |
runSetup() |
protected final java.util.Set<BlankForestryModule> modules
protected final java.util.Set<IForestryModule> disabledModules
protected final ModuleManager moduleManager
public InternalModuleHandler(ModuleManager moduleManager)
public void addModules(java.util.Collection<IForestryModule> modules, java.util.Collection<IForestryModule> disabledModules)
public InternalModuleHandler.Stage getStage()
public void runSetup()
public void runPreInit(net.minecraftforge.fml.relauncher.Side side)
public void runInit()
public void runPostInit()
public void runRegisterBackpacksAndCrates()
public void runBookInit()
public void processIMCMessages(com.google.common.collect.ImmutableList<net.minecraftforge.fml.common.event.FMLInterModComms.IMCMessage> messages)
public void populateChunk(net.minecraft.world.gen.IChunkGenerator chunkProvider,
net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated)
public void decorateBiome(net.minecraft.world.World world,
java.util.Random rand,
net.minecraft.util.math.BlockPos pos)
public void populateChunkRetroGen(net.minecraft.world.World world,
java.util.Random rand,
int chunkX,
int chunkZ)
public java.util.List<net.minecraft.item.ItemStack> getHiddenItems()