mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Rename SubChunkIteratorManager -> SubChunkExplorer
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user