PocketMine-MP 5.18.2 git-00e39821f06a4b6d728d35053c2621dbb19369ff
pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\SubChunkPacketHeightMapType:

Public Attributes

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_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: