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.ChunkDataBukkit.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.ChunkDataBukkit.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
Methods in org.bukkit.generator that return ChunkGenerator.ChunkDataModifier and TypeMethodDescriptionprotected @NotNull ChunkGenerator.ChunkDataChunkGenerator.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.