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

Public Member Functions

 __construct (private float $fieldOfView, private float $easeTime, int|string $easeType, private bool $clear,)
 
 getClear ()
 
 getEaseTime ()
 
 getEaseType ()
 
 getFieldOfView ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 23 of file CameraFovInstruction.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\camera\CameraFovInstruction::__construct ( private float $fieldOfView,
private float $easeTime,
int|string $easeType,
private bool $clear )

Definition at line 28 of file CameraFovInstruction.php.

Member Function Documentation

◆ getClear()

pocketmine\network\mcpe\protocol\types\camera\CameraFovInstruction::getClear ( )

Definition at line 46 of file CameraFovInstruction.php.

◆ getEaseTime()

pocketmine\network\mcpe\protocol\types\camera\CameraFovInstruction::getEaseTime ( )

Definition at line 39 of file CameraFovInstruction.php.

◆ getEaseType()

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

Definition at line 44 of file CameraFovInstruction.php.

◆ getFieldOfView()

pocketmine\network\mcpe\protocol\types\camera\CameraFovInstruction::getFieldOfView ( )

Definition at line 37 of file CameraFovInstruction.php.

◆ read()

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

Definition at line 48 of file CameraFovInstruction.php.

◆ write()

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

Definition at line 62 of file CameraFovInstruction.php.


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