Package net.glowstone.generator.ground
Class MesaGroundGenerator
java.lang.Object
net.glowstone.generator.ground.GroundGenerator
net.glowstone.generator.ground.MesaGroundGenerator
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreates a ground generator for mesa biomes. -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateTerrainColumn(org.bukkit.generator.ChunkGenerator.ChunkData chunkData, org.bukkit.World world, Random random, int x, int z, org.bukkit.block.Biome biome, double surfaceNoise) Generates a terrain column.Methods inherited from class net.glowstone.generator.ground.GroundGenerator
setGroundMaterial, setTopMaterial
-
Constructor Details
-
MesaGroundGenerator
public MesaGroundGenerator() -
MesaGroundGenerator
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:GroundGeneratorGenerates a terrain column.- Overrides:
generateTerrainColumnin classGroundGenerator- Parameters:
chunkData- the affected chunkworld- the affected worldrandom- the PRNG to usex- the chunk X coordinatez- the chunk Z coordinatebiome- the biome this column is insurfaceNoise- the amplitude of random variation in surface height
-