PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\camera\CameraRotationOption Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\camera\CameraRotationOption:

Public Member Functions

 __construct (private Vector3 $value, private float $time, int|string $easeType,)
 
 getEaseType ()
 
 getTime ()
 
 getValue ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 24 of file CameraRotationOption.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\camera\CameraRotationOption::__construct ( private Vector3 $value,
private float $time,
int|string $easeType )

Definition at line 29 of file CameraRotationOption.php.

Member Function Documentation

◆ getEaseType()

pocketmine\network\mcpe\protocol\types\camera\CameraRotationOption::getEaseType ( )
See also
CameraSetInstructionEaseType

Definition at line 44 of file CameraRotationOption.php.

◆ getTime()

pocketmine\network\mcpe\protocol\types\camera\CameraRotationOption::getTime ( )

Definition at line 39 of file CameraRotationOption.php.

◆ getValue()

pocketmine\network\mcpe\protocol\types\camera\CameraRotationOption::getValue ( )

Definition at line 37 of file CameraRotationOption.php.

◆ read()

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

Definition at line 46 of file CameraRotationOption.php.

◆ write()

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

Definition at line 58 of file CameraRotationOption.php.


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