mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added PhpDoc for packet field types and changed float x,y,z to Vector3
This commit is contained in:
@ -41,8 +41,11 @@ class EventPacket extends DataPacket{
|
||||
const TYPE_AGENT_COMMAND = 8;
|
||||
const TYPE_AGENT_CREATED = 9;
|
||||
|
||||
/** @var int */
|
||||
public $playerRuntimeId;
|
||||
/** @var int */
|
||||
public $eventData;
|
||||
/** @var int */
|
||||
public $type;
|
||||
|
||||
protected function decodePayload(){
|
||||
|
Reference in New Issue
Block a user