Package net.glowstone.generator.ground
Class StonePatchGroundGenerator
java.lang.Object
net.glowstone.generator.ground.GroundGenerator
net.glowstone.generator.ground.StonePatchGroundGenerator
-
Constructor Summary
Constructors -
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
-
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: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
-