Uses of Interface
org.bukkit.generator.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
Modifier 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
Modifier and TypeMethodDescriptionprotected ChunkGenerator.ChunkData
ChunkGenerator.createChunkData(World world)
Create a ChunkData for a world.ChunkGenerator.generateChunkData(World world, Random random, int x, int z, ChunkGenerator.BiomeGrid biome)
Shapes the chunk for the given coordinates.