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

Public Attributes

const BOOL = 1
 
const DOUBLE = 0
 
const STRING = 2
 

Detailed Description

Definition at line 17 of file DataStoreValueType.php.

Member Data Documentation

◆ BOOL

const pocketmine\network\mcpe\protocol\types\DataStoreValueType::BOOL = 1

Definition at line 19 of file DataStoreValueType.php.

◆ DOUBLE

const pocketmine\network\mcpe\protocol\types\DataStoreValueType::DOUBLE = 0

Definition at line 18 of file DataStoreValueType.php.

◆ STRING

const pocketmine\network\mcpe\protocol\types\DataStoreValueType::STRING = 2

Definition at line 20 of file DataStoreValueType.php.


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