PHP Class pocketmine\network\protocol\MoveEntityPacket

Inheritance: extends DataPacket
显示文件 Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$eid
$headYaw
$pitch
$x
$y
$yaw
$z

Public Methods

Method Description
decode ( )
encode ( )

Method Details

decode() public method

public decode ( )

encode() public method

public encode ( )

Property Details

$eid public_oe property

public $eid

$headYaw public_oe property

public $headYaw

$pitch public_oe property

public $pitch

$x public_oe property

public $x

$y public_oe property

public $y

$yaw public_oe property

public $yaw

$z public_oe property

public $z