PocketMine-MP 5.28.3 git-95b4db5169db52777b826f3ea804c42c52c42100
|
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.