Package net.minecraft.world.biome

Examples of net.minecraft.world.biome.WorldChunkManagerHell


public class WorldProviderBedrock extends WorldProvider {

  private float[] colorsSunriseSunset = new float[4];

  public void registerWorldChunkManager() {
    this.worldChunkMgr = new WorldChunkManagerHell(BiomeGenBase.beach, this.dimensionId);
    this.dimensionId = ConfigHandler.bedrockDimensionID;
    this.hasNoSky = false;
  }
View Full Code Here


  }

  @Override
  protected void registerWorldChunkManager()
  {
    super.worldChunkMgr = new WorldChunkManagerHell( Registration.instance.storageBiome, 0.0F );
  }
View Full Code Here

TOP

Related Classes of net.minecraft.world.biome.WorldChunkManagerHell

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.