Class MesaGroundGenerator

java.lang.Object
net.glowstone.generator.ground.GroundGenerator
net.glowstone.generator.ground.MesaGroundGenerator

public class MesaGroundGenerator extends GroundGenerator
  • Constructor Details

    • MesaGroundGenerator

      public MesaGroundGenerator()
    • MesaGroundGenerator

      public MesaGroundGenerator(MesaGroundGenerator.MesaType type)
      Creates a ground generator for mesa biomes.
      Parameters:
      type - the type of mesa biome to generate
  • Method Details

    • generateTerrainColumn

      public void generateTerrainColumn(org.bukkit.generator.ChunkGenerator.ChunkData chunkData, org.bukkit.World world, Random random, int x, int z, org.bukkit.block.Biome biome, double surfaceNoise)
      Description copied from class: GroundGenerator
      Generates a terrain column.
      Overrides:
      generateTerrainColumn in class GroundGenerator
      Parameters:
      chunkData - the affected chunk
      world - the affected world
      random - the PRNG to use
      x - the chunk X coordinate
      z - the chunk Z coordinate
      biome - the biome this column is in
      surfaceNoise - the amplitude of random variation in surface height