PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon:

Public Member Functions

 __construct (private SubChunkPositionOffset $offset, private int $requestResult, private string $terrainData, private ?SubChunkPacketHeightMapInfo $heightMap, private ?SubChunkPacketHeightMapInfo $renderHeightMap)
 
 getHeightMap ()
 
 getOffset ()
 
 getRenderHeightMap ()
 
 getRequestResult ()
 
 getTerrainData ()
 
 write (ByteBufferWriter $out, bool $cacheEnabled)
 

Static Public Member Functions

static read (ByteBufferReader $in, bool $cacheEnabled)
 

Detailed Description

Definition at line 23 of file SubChunkPacketEntryCommon.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::__construct ( private SubChunkPositionOffset $offset,
private int $requestResult,
private string $terrainData,
private ?SubChunkPacketHeightMapInfo $heightMap,
private ?SubChunkPacketHeightMapInfo $renderHeightMap )

Definition at line 25 of file SubChunkPacketEntryCommon.php.

Member Function Documentation

◆ getHeightMap()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getHeightMap ( )

Definition at line 39 of file SubChunkPacketEntryCommon.php.

◆ getOffset()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getOffset ( )

Definition at line 33 of file SubChunkPacketEntryCommon.php.

◆ getRenderHeightMap()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getRenderHeightMap ( )

Definition at line 41 of file SubChunkPacketEntryCommon.php.

◆ getRequestResult()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getRequestResult ( )

Definition at line 35 of file SubChunkPacketEntryCommon.php.

◆ getTerrainData()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getTerrainData ( )

Definition at line 37 of file SubChunkPacketEntryCommon.php.

◆ read()

static pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::read ( ByteBufferReader $in,
bool $cacheEnabled )
static

Definition at line 43 of file SubChunkPacketEntryCommon.php.

◆ write()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::write ( ByteBufferWriter $out,
bool $cacheEnabled )

Definition at line 78 of file SubChunkPacketEntryCommon.php.


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