Package com.khorn.terraincontrol.generator

Examples of com.khorn.terraincontrol.generator.ObjectSpawner


{
    private ObjectSpawner spawner;

    public TCBlockPopulator(BukkitWorld world)
    {
        this.spawner = new ObjectSpawner(world.getConfigs(), world);
    }
View Full Code Here


        this.worldHandle = _world.getWorld();

        this.TestMode = world.getConfigs().getWorldConfig().ModeTerrain == WorldConfig.TerrainMode.TerrainTest;

        this.generator = new ChunkProviderTC(this.world.getConfigs(), this.world);
        this.spawner = new ObjectSpawner(this.world.getConfigs(), this.world);

    }
View Full Code Here

TOP

Related Classes of com.khorn.terraincontrol.generator.ObjectSpawner

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.