Uses of Interface
org.bukkit.generator.ChunkGenerator.BiomeGrid
Package | Description |
---|---|
org.bukkit.generator |
Classes to facilitate
world 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 byte[][]
ChunkGenerator. generateBlockSections(World world, java.util.Random random, int x, int z, ChunkGenerator.BiomeGrid biomes)
Deprecated.Magic valueChunkGenerator.ChunkData
ChunkGenerator. generateChunkData(World world, java.util.Random random, int x, int z, ChunkGenerator.BiomeGrid biome)
Shapes the chunk for the given coordinates.short[][]
ChunkGenerator. generateExtBlockSections(World world, java.util.Random random, int x, int z, ChunkGenerator.BiomeGrid biomes)
Deprecated.Magic value