|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType:Public Attributes | |
| const | ALL_COPIED = 4 |
| const | ALL_TOO_HIGH = 2 |
| const | ALL_TOO_LOW = 3 |
| const | DATA = 1 |
| const | NO_DATA = 0 |
Definition at line 17 of file SubChunkPacketHeightMapType.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::ALL_COPIED = 4 |
Definition at line 23 of file SubChunkPacketHeightMapType.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::ALL_TOO_HIGH = 2 |
Definition at line 21 of file SubChunkPacketHeightMapType.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::ALL_TOO_LOW = 3 |
Definition at line 22 of file SubChunkPacketHeightMapType.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::DATA = 1 |
Definition at line 20 of file SubChunkPacketHeightMapType.php.
| const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::NO_DATA = 0 |
Definition at line 19 of file SubChunkPacketHeightMapType.php.