|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthIdentityData:Public Attributes | |
| string | $displayName |
| string | $identity |
| string | $sandboxId = "RETAIL" |
| string | $titleId = "" |
| string | $XUID |
Model class for LoginPacket JSON data for JsonMapper
Definition at line 20 of file LegacyAuthIdentityData.php.
| string pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthIdentityData::$displayName |
@required
Definition at line 23 of file LegacyAuthIdentityData.php.
| string pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthIdentityData::$identity |
@required
Definition at line 26 of file LegacyAuthIdentityData.php.
| string pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthIdentityData::$sandboxId = "RETAIL" |
Definition at line 28 of file LegacyAuthIdentityData.php.
| string pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthIdentityData::$titleId = "" |
Definition at line 30 of file LegacyAuthIdentityData.php.
| string pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthIdentityData::$XUID |
@required
Definition at line 33 of file LegacyAuthIdentityData.php.