Package com.khorn.terraincontrol.forge.generator

Examples of com.khorn.terraincontrol.forge.generator.TCWorldChunkManager


            WorldChunkManager worldChunkManager = super.getChunkManager(world.getWorld());
            ((ForgeVanillaBiomeGenerator) biomeGenerator).setWorldChunkManager(worldChunkManager);
            return worldChunkManager;
        } else
        {
            return new TCWorldChunkManager(this.worldTC, biomeGenerator);
        }
    }
View Full Code Here

TOP

Related Classes of com.khorn.terraincontrol.forge.generator.TCWorldChunkManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.