|
PocketMine-MP 5.37.4 git-0c453f585430c41919390ec01ffeb1e004b5334b
|
Collaboration diagram for pocketmine\world\utils\SubChunkExplorerStatus:Public Attributes | |
| const | INVALID = 0 |
| const | MOVED = 2 |
| const | OK = 1 |
Definition at line 26 of file SubChunkExplorerStatus.php.
| const pocketmine\world\utils\SubChunkExplorerStatus::INVALID = 0 |
We encountered terrain not accessible by the current terrain provider
Definition at line 32 of file SubChunkExplorerStatus.php.
Referenced by pocketmine\world\utils\SubChunkExplorer\moveTo().
| const pocketmine\world\utils\SubChunkExplorerStatus::MOVED = 2 |
We moved to a different (sub)chunk
Definition at line 36 of file SubChunkExplorerStatus.php.
| const pocketmine\world\utils\SubChunkExplorerStatus::OK = 1 |
We remained inside the same (sub)chunk
Definition at line 34 of file SubChunkExplorerStatus.php.