Class StonePatchGroundGenerator

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

public class StonePatchGroundGenerator extends GroundGenerator
  • Constructor Details

    • StonePatchGroundGenerator

      public StonePatchGroundGenerator()
  • 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