mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Added PhpDoc for packet field types and changed float x,y,z to Vector3
This commit is contained in:
@ -38,9 +38,12 @@ abstract class DataPacket extends BinaryStream{
|
||||
|
||||
const NETWORK_ID = 0;
|
||||
|
||||
/** @var bool */
|
||||
public $isEncoded = false;
|
||||
|
||||
/** @var int */
|
||||
public $extraByte1 = 0;
|
||||
/** @var int */
|
||||
public $extraByte2 = 0;
|
||||
|
||||
public function pid(){
|
||||
|
Reference in New Issue
Block a user