Rename SubChunkIteratorManager -> SubChunkExplorer

This commit is contained in:
Dylan K. Taylor
2020-09-20 12:47:44 +01:00
parent 4879df626d
commit c9d2edcb4d
7 changed files with 38 additions and 38 deletions

View File

@ -29,7 +29,7 @@ use pocketmine\world\format\Chunk;
use pocketmine\world\format\SubChunk;
use function assert;
class SubChunkIteratorManager{
class SubChunkExplorer{
/** @var ChunkManager */
public $world;