Examples of WorldChunkManagerHell


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

Examples of net.minecraft.world.biome.WorldChunkManagerHell

  }

  @Override
  protected void registerWorldChunkManager()
  {
    super.worldChunkMgr = new WorldChunkManagerHell( Registration.instance.storageBiome, 0.0F );
  }
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.