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

Public Member Functions

 __construct (private readonly float $value)
 
 getTypeId ()
 
 getValue ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Public Attributes

const ID = DataStoreValueType::DOUBLE
 

Detailed Description

Definition at line 21 of file DoubleDataStoreValue.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\DoubleDataStoreValue::__construct ( private readonly float $value)

Definition at line 24 of file DoubleDataStoreValue.php.

Member Function Documentation

◆ getTypeId()

pocketmine\network\mcpe\protocol\types\DoubleDataStoreValue::getTypeId ( )

◆ getValue()

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

Definition at line 28 of file DoubleDataStoreValue.php.

◆ read()

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

Definition at line 38 of file DoubleDataStoreValue.php.

◆ write()

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

Member Data Documentation

◆ ID

const pocketmine\network\mcpe\protocol\types\DoubleDataStoreValue::ID = DataStoreValueType::DOUBLE

Definition at line 22 of file DoubleDataStoreValue.php.


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