Uses of Interface
org.bukkit.generator.ChunkGenerator.BiomeGrid
-
Packages that use ChunkGenerator.BiomeGrid Package Description org.bukkit.generator Classes to facilitateworld
generation implementation. -
-
Uses of ChunkGenerator.BiomeGrid in org.bukkit.generator
Methods in org.bukkit.generator with parameters of type ChunkGenerator.BiomeGrid Modifier and Type Method Description @NotNull ChunkGenerator.ChunkData
ChunkGenerator. generateChunkData(@NotNull World world, @NotNull Random random, int x, int z, @NotNull ChunkGenerator.BiomeGrid biome)
Shapes the chunk for the given coordinates.
-