0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. world
  6. /
  7. generator
  8. /
  9. normal
DDylan K. TaylorNormal: fixed Chunk->getHighestBlockAt() being unnecessarily slow
21c0a46a创建于 2025年10月27日历史提交
文件最后提交记录最后更新时间
Normal.php
Normal: fixed Chunk->getHighestBlockAt() being unnecessarily slow this allows the zero-layers check to be used in SubChunk rather than scanning every block. This cuts the GroundCover time in half, as well as slightly improving performance of the tree and tallgrass populators. 6 个月前