接口的使用
org.bukkit.ChunkSnapshot
-
org.bukkit中ChunkSnapshot的使用
修饰符和类型方法说明Chunk.getChunkSnapshot()
Capture thread-safe read-only snapshot of chunk dataChunk.getChunkSnapshot
(boolean includeMaxblocky, boolean includeBiome, boolean includeBiomeTempRain) Capture thread-safe read-only snapshot of chunk dataWorld.getEmptyChunkSnapshot
(int x, int z, boolean includeBiome, boolean includeBiomeTemp) 获取空区块的快照(相当于所有空气方块),可设置包含有效生物群系数据。