|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\DataStoreValueType:Public Attributes | |
| const | BOOL = 1 |
| const | DOUBLE = 0 |
| const | STRING = 2 |
Definition at line 17 of file DataStoreValueType.php.
| const pocketmine\network\mcpe\protocol\types\DataStoreValueType::BOOL = 1 |
Definition at line 19 of file DataStoreValueType.php.
| const pocketmine\network\mcpe\protocol\types\DataStoreValueType::DOUBLE = 0 |
Definition at line 18 of file DataStoreValueType.php.
| const pocketmine\network\mcpe\protocol\types\DataStoreValueType::STRING = 2 |
Definition at line 20 of file DataStoreValueType.php.