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.bukkit
Methods in org.bukkit that return ChunkGenerator.ChunkDataModifier and TypeMethodDescriptionstatic ChunkGenerator.ChunkData
Bukkit.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.generator
Methods in org.bukkit.generator that return ChunkGenerator.ChunkDataModifier and TypeMethodDescriptionprotected final ChunkGenerator.ChunkData
ChunkGenerator.createChunkData
(World world) Deprecated.ChunkGenerator.generateChunkData
(World world, Random random, int x, int z, ChunkGenerator.BiomeGrid biome) Deprecated.The generation is now split upMethods in org.bukkit.generator with parameters of type ChunkGenerator.ChunkDataModifier and TypeMethodDescriptionvoid
ChunkGenerator.generateBedrock
(WorldInfo worldInfo, Random random, int x, int z, ChunkGenerator.ChunkData chunkData) Shapes the Chunk bedrock layer for the given coordinates.void
ChunkGenerator.generateCaves
(WorldInfo worldInfo, Random random, int x, int z, ChunkGenerator.ChunkData chunkData) Shapes the Chunk caves for the given coordinates.void
ChunkGenerator.generateNoise
(WorldInfo worldInfo, Random random, int x, int z, ChunkGenerator.ChunkData chunkData) Shapes the Chunk noise for the given coordinates.void
ChunkGenerator.generateSurface
(WorldInfo worldInfo, Random random, int x, int z, ChunkGenerator.ChunkData chunkData) Shapes the Chunk surface for the given coordinates.
ChunkGenerator.ChunkData
are now directly provided