Package org.spout.vanilla.world.generator.normal.biome.selector

Examples of org.spout.vanilla.world.generator.normal.biome.selector.WhittakerLayer


        rivers.clone().
            addElement(VanillaBiomes.BEACH, -1, 0.16f).
            addElement(VanillaBiomes.RIVER, 0.16f, 1);
    // land
    final BiomeSelectorLayer land =
        new WhittakerLayer(7).
            setHumidityOctaveCount(1).
            setHumidityFrequency(0.0005 / scale).
            setTemperatureOctaveCount(1).
            setTemperatureFrequency(0.0005 / scale).
            addElement(desert, 20, 50).
View Full Code Here

TOP

Related Classes of org.spout.vanilla.world.generator.normal.biome.selector.WhittakerLayer

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.