mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added PhpDoc for packet field types and changed float x,y,z to Vector3
This commit is contained in:
@ -36,7 +36,9 @@ class ResourcePackClientResponsePacket extends DataPacket{
|
||||
const STATUS_HAVE_ALL_PACKS = 3;
|
||||
const STATUS_COMPLETED = 4;
|
||||
|
||||
/** @var int */
|
||||
public $status;
|
||||
/** @var string[] */
|
||||
public $packIds = [];
|
||||
|
||||
protected function decodePayload(){
|
||||
|
Reference in New Issue
Block a user