|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\SubChunkRequestResult:Public Attributes | |
| const | NO_SUCH_CHUNK = 2 |
| const | NULL_PLAYER = 4 |
| const | SUCCESS = 1 |
| const | SUCCESS_ALL_AIR = 6 |
| const | WRONG_DIMENSION = 3 |
| const | Y_INDEX_OUT_OF_BOUNDS = 5 |
Definition at line 17 of file SubChunkRequestResult.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::NO_SUCH_CHUNK = 2 |
Definition at line 21 of file SubChunkRequestResult.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::NULL_PLAYER = 4 |
Definition at line 23 of file SubChunkRequestResult.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::SUCCESS = 1 |
Definition at line 19 of file SubChunkRequestResult.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::SUCCESS_ALL_AIR = 6 |
Definition at line 25 of file SubChunkRequestResult.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::WRONG_DIMENSION = 3 |
Definition at line 22 of file SubChunkRequestResult.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::Y_INDEX_OUT_OF_BOUNDS = 5 |
Definition at line 24 of file SubChunkRequestResult.php.