PocketMine-MP 5.28.3 git-94fb5d95b92604840dabb719f04327efa559cf94
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo:

Public Member Functions

 __construct (private float $vehicleRotationX, private float $vehicleRotationZ, private int $predictedVehicleActorUniqueId)
 
 getPredictedVehicleActorUniqueId ()
 
 getVehicleRotationX ()
 
 getVehicleRotationZ ()
 
 write (PacketSerializer $out)
 

Static Public Member Functions

static read (PacketSerializer $in)
 

Detailed Description

Definition at line 19 of file PlayerAuthInputVehicleInfo.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo::__construct ( private float $vehicleRotationX,
private float $vehicleRotationZ,
private int $predictedVehicleActorUniqueId )

Definition at line 21 of file PlayerAuthInputVehicleInfo.php.

Member Function Documentation

◆ getPredictedVehicleActorUniqueId()

pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo::getPredictedVehicleActorUniqueId ( )

Definition at line 31 of file PlayerAuthInputVehicleInfo.php.

◆ getVehicleRotationX()

pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo::getVehicleRotationX ( )

Definition at line 27 of file PlayerAuthInputVehicleInfo.php.

◆ getVehicleRotationZ()

pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo::getVehicleRotationZ ( )

Definition at line 29 of file PlayerAuthInputVehicleInfo.php.

◆ read()

static pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo::read ( PacketSerializer $in)
static

Definition at line 33 of file PlayerAuthInputVehicleInfo.php.

◆ write()

pocketmine\network\mcpe\protocol\PlayerAuthInputVehicleInfo::write ( PacketSerializer $out)

Definition at line 41 of file PlayerAuthInputVehicleInfo.php.


The documentation for this class was generated from the following file: