PocketMine-MP 5.18.2 git-00e39821f06a4b6d728d35053c2621dbb19369ff
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: