程序包 | 说明 |
---|---|
org.bukkit.generator |
简化
世界 生成实现的类. |
限定符和类型 | 方法和说明 |
---|---|
byte[][] |
ChunkGenerator.generateBlockSections(World world,
java.util.Random random,
int x,
int z,
ChunkGenerator.BiomeGrid biomes)
已过时。
不安全的参数
|
ChunkGenerator.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)
已过时。
不安全的参数
|