mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Added PhpDoc for packet field types and changed float x,y,z to Vector3
This commit is contained in:
@ -32,10 +32,15 @@ use pocketmine\network\mcpe\NetworkSession;
|
||||
class ResourcePackDataInfoPacket extends DataPacket{
|
||||
const NETWORK_ID = ProtocolInfo::RESOURCE_PACK_DATA_INFO_PACKET;
|
||||
|
||||
/** @var string */
|
||||
public $packId;
|
||||
/** @var int */
|
||||
public $maxChunkSize;
|
||||
/** @var int */
|
||||
public $chunkCount;
|
||||
/** @var int */
|
||||
public $compressedPackSize;
|
||||
/** @var string */
|
||||
public $sha256;
|
||||
|
||||
protected function decodePayload(){
|
||||
|
Reference in New Issue
Block a user