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:
@ -50,8 +50,11 @@ class EntityEventPacket extends DataPacket{
|
||||
|
||||
//TODO: add more events
|
||||
|
||||
/** @var int */
|
||||
public $entityRuntimeId;
|
||||
/** @var int */
|
||||
public $event;
|
||||
/** @var int */
|
||||
public $data = 0;
|
||||
|
||||
protected function decodePayload(){
|
||||
|
Reference in New Issue
Block a user