PocketMine-MP 5.21.1 git-2ff647079265e7c600203af4fd902b15e99d49a4
raklib\protocol\SplitPacketInfo Class Reference
+ Collaboration diagram for raklib\protocol\SplitPacketInfo:

Public Member Functions

 __construct (private int $id, private int $partIndex, private int $totalPartCount)
 
 getId ()
 
 getPartIndex ()
 
 getTotalPartCount ()
 

Detailed Description

Definition at line 19 of file SplitPacketInfo.php.

Constructor & Destructor Documentation

◆ __construct()

raklib\protocol\SplitPacketInfo::__construct ( private int  $id,
private int  $partIndex,
private int  $totalPartCount 
)

Definition at line 20 of file SplitPacketInfo.php.

Member Function Documentation

◆ getId()

raklib\protocol\SplitPacketInfo::getId ( )

Definition at line 28 of file SplitPacketInfo.php.

◆ getPartIndex()

raklib\protocol\SplitPacketInfo::getPartIndex ( )

Definition at line 32 of file SplitPacketInfo.php.

◆ getTotalPartCount()

raklib\protocol\SplitPacketInfo::getTotalPartCount ( )

Definition at line 36 of file SplitPacketInfo.php.


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