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(@NotNull World world)
Create a ChunkData for use in a generator.Server.createChunkData(@NotNull World world)
Create a ChunkData for use in a generator.static ChunkGenerator.ChunkData
Bukkit.createVanillaChunkData(@NotNull World world, int x, int z)
Create a ChunkData for use in a generator, that is populated by the vanilla generator for that worldServer.createVanillaChunkData(@NotNull World world, int x, int z)
Create a ChunkData for use in a generator, that is populated by the vanilla generator for that world -
Uses of ChunkGenerator.ChunkData in org.bukkit.generator
Modifier and TypeMethodDescriptionprotected @NotNull ChunkGenerator.ChunkData
ChunkGenerator.createChunkData(@NotNull World world)
Create a ChunkData for a world.ChunkGenerator.createVanillaChunkData(@NotNull World world, int x, int z)
Create a ChunkData for use in a generator, that is populated by the vanilla generator for that worldChunkGenerator.generateChunkData(@NotNull World world, @NotNull Random random, int x, int z, @NotNull ChunkGenerator.BiomeGrid biome)
Shapes the chunk for the given coordinates.