PocketMine-MP 5.25.3 git-afc4a3c7f18d42b41cbfde84ab6a2e4dd7c03045
|
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.