PocketMine-MP 5.25.3 git-afc4a3c7f18d42b41cbfde84ab6a2e4dd7c03045
Loading...
Searching...
No Matches
pocketmine\world\utils\SubChunkExplorerStatus Class Reference
+ Collaboration diagram for pocketmine\world\utils\SubChunkExplorerStatus:

Public Attributes

const INVALID = 0
 
const MOVED = 2
 
const OK = 1
 

Detailed Description

Definition at line 26 of file SubChunkExplorerStatus.php.

Member Data Documentation

◆ INVALID

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().

◆ MOVED

const pocketmine\world\utils\SubChunkExplorerStatus::MOVED = 2

We moved to a different (sub)chunk

Definition at line 36 of file SubChunkExplorerStatus.php.

◆ OK

const pocketmine\world\utils\SubChunkExplorerStatus::OK = 1

We remained inside the same (sub)chunk

Definition at line 34 of file SubChunkExplorerStatus.php.


The documentation for this class was generated from the following file: