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

Detailed Description

Definition at line 17 of file SubChunkPacketHeightMapType.php.

Member Data Documentation

◆ ALL_COPIED

const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::ALL_COPIED = 4

Definition at line 23 of file SubChunkPacketHeightMapType.php.

◆ ALL_TOO_HIGH

const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::ALL_TOO_HIGH = 2

Definition at line 21 of file SubChunkPacketHeightMapType.php.

◆ ALL_TOO_LOW

const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::ALL_TOO_LOW = 3

Definition at line 22 of file SubChunkPacketHeightMapType.php.

◆ DATA

const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::DATA = 1

Definition at line 20 of file SubChunkPacketHeightMapType.php.

◆ NO_DATA

const pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType::NO_DATA = 0

Definition at line 19 of file SubChunkPacketHeightMapType.php.


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