Package net.minecraft.world.biome.BiomeGenBase

Examples of net.minecraft.world.biome.BiomeGenBase.Height


        setEnableSnow();
        setColor(0x7DA0B5);
        setBiomeName("Ice Wasteland");
        temperature = 0.0F;
        rainfall = 0.1F;
        this.setHeight(new Height(0.35F, 0.05F));
    }
View Full Code Here

TOP

Related Classes of net.minecraft.world.biome.BiomeGenBase.Height

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.