PocketMine-MP 5.41.1 git-dec84fe67dc3319e33f5066e5d03b16f00f2ff4c
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\PlayerAuthInputVehicleInfo Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\PlayerAuthInputVehicleInfo:

Public Member Functions

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

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 22 of file PlayerAuthInputVehicleInfo.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 24 of file PlayerAuthInputVehicleInfo.php.

Member Function Documentation

◆ getPredictedVehicleActorUniqueId()

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

Definition at line 34 of file PlayerAuthInputVehicleInfo.php.

◆ getVehicleRotationX()

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

Definition at line 30 of file PlayerAuthInputVehicleInfo.php.

◆ getVehicleRotationZ()

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

Definition at line 32 of file PlayerAuthInputVehicleInfo.php.

◆ read()

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

Definition at line 36 of file PlayerAuthInputVehicleInfo.php.

◆ write()

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

Definition at line 44 of file PlayerAuthInputVehicleInfo.php.


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