Package org.spout.api.generator.biome.selector

Examples of org.spout.api.generator.biome.selector.PerlinRangeLayer.clone()


        rivers.clone().
            addElement(basicTaiga, -1, 0.14f).
            addElement(VanillaBiomes.FROZEN_RIVER, 0.14f, 1);
    // taiga land
    final BiomeSelectorLayer taiga =
        frozenOceans.clone().
            addElement(subTaiga, -1, 0.4f).
            addElement(VanillaBiomes.FROZEN_OCEAN, 0.4f, 1);
    // tundra
    final BiomeSelectorLayer basicTundra =
        hills.clone().
View Full Code Here


        rivers.clone().
            addElement(basicTundra, -1, 0.14f).
            addElement(VanillaBiomes.FROZEN_RIVER, 0.14f, 1);
    // tundra land
    final BiomeSelectorLayer tundra =
        frozenOceans.clone().
            addElement(subTundra, -1, 0.4f).
            addElement(VanillaBiomes.FROZEN_OCEAN, 0.4f, 1);
    //
    //  PRIMARY LAYERS
    //
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.