PocketMine-MP 5.18.1 git-9381fc4172e5dce4cada1cb356050c8a2ab57b94
pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryWithCache Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryWithCache:

Public Member Functions

 __construct (private SubChunkPacketEntryCommon $base, private int $usedBlobHash)
 
 getBase ()
 
 getUsedBlobHash ()
 
 write (PacketSerializer $out)
 

Static Public Member Functions

static read (PacketSerializer $in)
 

Detailed Description

Definition at line 19 of file SubChunkPacketEntryWithCache.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryWithCache::__construct ( private SubChunkPacketEntryCommon  $base,
private int  $usedBlobHash 
)

Definition at line 21 of file SubChunkPacketEntryWithCache.php.

Member Function Documentation

◆ getBase()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryWithCache::getBase ( )

Definition at line 26 of file SubChunkPacketEntryWithCache.php.

◆ getUsedBlobHash()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryWithCache::getUsedBlobHash ( )

Definition at line 28 of file SubChunkPacketEntryWithCache.php.

◆ read()

static pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryWithCache::read ( PacketSerializer  $in)
static

Definition at line 30 of file SubChunkPacketEntryWithCache.php.

◆ write()

pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryWithCache::write ( PacketSerializer  $out)

Definition at line 37 of file SubChunkPacketEntryWithCache.php.


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