PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\SubChunkRequestResult Class Reference
+ 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
 

Detailed Description

Definition at line 17 of file SubChunkRequestResult.php.

Member Data Documentation

◆ NO_SUCH_CHUNK

const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::NO_SUCH_CHUNK = 2

Definition at line 21 of file SubChunkRequestResult.php.

◆ NULL_PLAYER

const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::NULL_PLAYER = 4

Definition at line 23 of file SubChunkRequestResult.php.

◆ SUCCESS

const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::SUCCESS = 1

Definition at line 19 of file SubChunkRequestResult.php.

◆ SUCCESS_ALL_AIR

const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::SUCCESS_ALL_AIR = 6

Definition at line 25 of file SubChunkRequestResult.php.

◆ WRONG_DIMENSION

const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::WRONG_DIMENSION = 3

Definition at line 22 of file SubChunkRequestResult.php.

◆ Y_INDEX_OUT_OF_BOUNDS

const pocketmine\network\mcpe\protocol\types\SubChunkRequestResult::Y_INDEX_OUT_OF_BOUNDS = 5

Definition at line 24 of file SubChunkRequestResult.php.


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