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

Public Member Functions

 __construct (private int $type, private float $duration)
 
 getDuration ()
 
 getType ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 22 of file CameraSetInstructionEase.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\camera\CameraSetInstructionEase::__construct ( private int $type,
private float $duration )
See also
CameraSetInstructionEaseType

Definition at line 27 of file CameraSetInstructionEase.php.

Member Function Documentation

◆ getDuration()

pocketmine\network\mcpe\protocol\types\camera\CameraSetInstructionEase::getDuration ( )

Definition at line 37 of file CameraSetInstructionEase.php.

◆ getType()

pocketmine\network\mcpe\protocol\types\camera\CameraSetInstructionEase::getType ( )
See also
CameraSetInstructionEaseType

Definition at line 35 of file CameraSetInstructionEase.php.

◆ read()

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

Definition at line 39 of file CameraSetInstructionEase.php.

◆ write()

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

Definition at line 45 of file CameraSetInstructionEase.php.


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