Package extrabiomes.module.summa.biome

Examples of extrabiomes.module.summa.biome.WeightedWorldGenerator


   
    @Override
    protected void addBiomeGen(GenType genType, BiomeGenBase biome, WorldGenerator treeGen, int weight)
    {
        final Multimap<BiomeGenBase, WeightedWorldGenerator> choices = weightedChoices.get(genType);
        choices.put(biome, new WeightedWorldGenerator(treeGen, weight));
    }
View Full Code Here

TOP

Related Classes of extrabiomes.module.summa.biome.WeightedWorldGenerator

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.