PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\network\mcpe\protocol\types\CompressionAlgorithm Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\CompressionAlgorithm:

Public Attributes

const NONE = 255
 
const SNAPPY = 1
 
const ZLIB = 0
 

Detailed Description

List of supported compression algorithms for compressing packet batches.

Definition at line 20 of file CompressionAlgorithm.php.

Member Data Documentation

◆ NONE

const pocketmine\network\mcpe\protocol\types\CompressionAlgorithm::NONE = 255

Definition at line 29 of file CompressionAlgorithm.php.

◆ SNAPPY

const pocketmine\network\mcpe\protocol\types\CompressionAlgorithm::SNAPPY = 1

Definition at line 27 of file CompressionAlgorithm.php.

◆ ZLIB

const pocketmine\network\mcpe\protocol\types\CompressionAlgorithm::ZLIB = 0

Definition at line 26 of file CompressionAlgorithm.php.


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