0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. world
  6. /
  7. generator
  8. /
  9. populator
DDylan K. TaylorPopulators: don't scan the whole column to find the highest block
e18551e2创建于 2025年10月27日历史提交
文件最后提交记录最后更新时间
GroundCover.php
fixed oopsie 6 个月前
Ore.php
Use PHP-CS-Fixer to enforce file header presence 3 年前
Populator.php
Use PHP-CS-Fixer to enforce file header presence 3 年前
TallGrass.php
Populators: don't scan the whole column to find the highest block getHighestBlockAt() is much more efficient considering that most of the column will be air anyway. 6 个月前
Tree.php
Populators: don't scan the whole column to find the highest block getHighestBlockAt() is much more efficient considering that most of the column will be air anyway. 6 个月前