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

Public Member Functions

 __construct (private float $red, private float $green, private float $blue,)
 
 getBlue ()
 
 getGreen ()
 
 getRed ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 21 of file CameraFadeInstructionColor.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\camera\CameraFadeInstructionColor::__construct ( private float $red,
private float $green,
private float $blue )

Definition at line 23 of file CameraFadeInstructionColor.php.

Member Function Documentation

◆ getBlue()

pocketmine\network\mcpe\protocol\types\camera\CameraFadeInstructionColor::getBlue ( )

Definition at line 33 of file CameraFadeInstructionColor.php.

◆ getGreen()

pocketmine\network\mcpe\protocol\types\camera\CameraFadeInstructionColor::getGreen ( )

Definition at line 31 of file CameraFadeInstructionColor.php.

◆ getRed()

pocketmine\network\mcpe\protocol\types\camera\CameraFadeInstructionColor::getRed ( )

Definition at line 29 of file CameraFadeInstructionColor.php.

◆ read()

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

Definition at line 35 of file CameraFadeInstructionColor.php.

◆ write()

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

Definition at line 42 of file CameraFadeInstructionColor.php.


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