Uses of Interface
org.bukkit.generator.ChunkGenerator.ChunkData
Packages that use ChunkGenerator.ChunkData
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate 
world generation
 implementation.- 
Uses of ChunkGenerator.ChunkData in org.bukkitMethods in org.bukkit that return ChunkGenerator.ChunkDataModifier and TypeMethodDescriptionstatic ChunkGenerator.ChunkDataBukkit.createChunkData(World world) Create a ChunkData for use in a generator.Server.createChunkData(World world) Create a ChunkData for use in a generator.
- 
Uses of ChunkGenerator.ChunkData in org.bukkit.generatorMethods in org.bukkit.generator that return ChunkGenerator.ChunkDataModifier and TypeMethodDescriptionprotected final ChunkGenerator.ChunkDataChunkGenerator.createChunkData(World world) Deprecated.ChunkGenerator.generateChunkData(World world, Random random, int x, int z, ChunkGenerator.BiomeGrid biome) Deprecated.The generation is now split up and the new methods should be used, seeChunkGeneratorMethods in org.bukkit.generator with parameters of type ChunkGenerator.ChunkDataModifier and TypeMethodDescriptionvoidChunkGenerator.generateBedrock(WorldInfo worldInfo, Random random, int chunkX, int chunkZ, ChunkGenerator.ChunkData chunkData) Shapes the Chunk bedrock layer for the given coordinates.voidChunkGenerator.generateCaves(WorldInfo worldInfo, Random random, int chunkX, int chunkZ, ChunkGenerator.ChunkData chunkData) Shapes the Chunk caves for the given coordinates.voidChunkGenerator.generateNoise(WorldInfo worldInfo, Random random, int chunkX, int chunkZ, ChunkGenerator.ChunkData chunkData) Shapes the Chunk noise for the given coordinates.voidChunkGenerator.generateSurface(WorldInfo worldInfo, Random random, int chunkX, int chunkZ, ChunkGenerator.ChunkData chunkData) Shapes the Chunk surface for the given coordinates.
ChunkGenerator.ChunkDataare now directly provided