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

Public Member Functions

 __construct (private float $time, private Vector3 $value,)
 
 getTime ()
 
 getValue ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 23 of file ParameterKeyframeValue.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\ParameterKeyframeValue::__construct ( private float $time,
private Vector3 $value )

Definition at line 25 of file ParameterKeyframeValue.php.

Member Function Documentation

◆ getTime()

pocketmine\network\mcpe\protocol\types\ParameterKeyframeValue::getTime ( )

Definition at line 30 of file ParameterKeyframeValue.php.

◆ getValue()

pocketmine\network\mcpe\protocol\types\ParameterKeyframeValue::getValue ( )

Definition at line 32 of file ParameterKeyframeValue.php.

◆ read()

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

Definition at line 34 of file ParameterKeyframeValue.php.

◆ write()

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

Definition at line 44 of file ParameterKeyframeValue.php.


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