程序包 | 说明 |
---|---|
org.bukkit |
Bukkit的常用类.
|
限定符和类型 | 方法和说明 |
---|---|
ChunkSnapshot |
Chunk.getChunkSnapshot()
Capture thread-safe read-only snapshot of chunk data
|
ChunkSnapshot |
Chunk.getChunkSnapshot(boolean includeMaxblocky,
boolean includeBiome,
boolean includeBiomeTempRain)
Capture thread-safe read-only snapshot of chunk data
|
ChunkSnapshot |
World.getEmptyChunkSnapshot(int x,
int z,
boolean includeBiome,
boolean includeBiomeTempRain)
获取空区块的快照(相当于所有空气方块),可设置包含有效生物群系数据。
|