PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\network\mcpe\protocol\types\PlayerListEntry Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\PlayerListEntry:

Static Public Member Functions

static createAdditionEntry (UuidInterface $uuid, int $actorUniqueId, string $username, SkinData $skinData, string $xboxUserId="", string $platformChatId="", int $buildPlatform=-1, bool $isTeacher=false, bool $isHost=false, bool $isSubClient=false)
 
static createRemovalEntry (UuidInterface $uuid)
 

Public Attributes

int $actorUniqueId
 
int $buildPlatform = DeviceOS::UNKNOWN
 
bool $isHost = false
 
bool $isSubClient = false
 
bool $isTeacher = false
 
string $platformChatId = ""
 
SkinData $skinData
 
string $username
 
UuidInterface $uuid
 
string $xboxUserId
 

Detailed Description

Definition at line 20 of file PlayerListEntry.php.

Member Function Documentation

◆ createAdditionEntry()

static pocketmine\network\mcpe\protocol\types\PlayerListEntry::createAdditionEntry ( UuidInterface  $uuid,
int  $actorUniqueId,
string  $username,
SkinData  $skinData,
string  $xboxUserId = "",
string  $platformChatId = "",
int  $buildPlatform = -1,
bool  $isTeacher = false,
bool  $isHost = false,
bool  $isSubClient = false 
)
static

Definition at line 40 of file PlayerListEntry.php.

◆ createRemovalEntry()

static pocketmine\network\mcpe\protocol\types\PlayerListEntry::createRemovalEntry ( UuidInterface  $uuid)
static

Definition at line 33 of file PlayerListEntry.php.

Member Data Documentation

◆ $actorUniqueId

int pocketmine\network\mcpe\protocol\types\PlayerListEntry::$actorUniqueId

Definition at line 23 of file PlayerListEntry.php.

◆ $buildPlatform

int pocketmine\network\mcpe\protocol\types\PlayerListEntry::$buildPlatform = DeviceOS::UNKNOWN

Definition at line 28 of file PlayerListEntry.php.

◆ $isHost

bool pocketmine\network\mcpe\protocol\types\PlayerListEntry::$isHost = false

Definition at line 30 of file PlayerListEntry.php.

◆ $isSubClient

bool pocketmine\network\mcpe\protocol\types\PlayerListEntry::$isSubClient = false

Definition at line 31 of file PlayerListEntry.php.

◆ $isTeacher

bool pocketmine\network\mcpe\protocol\types\PlayerListEntry::$isTeacher = false

Definition at line 29 of file PlayerListEntry.php.

◆ $platformChatId

string pocketmine\network\mcpe\protocol\types\PlayerListEntry::$platformChatId = ""

Definition at line 27 of file PlayerListEntry.php.

◆ $skinData

SkinData pocketmine\network\mcpe\protocol\types\PlayerListEntry::$skinData

Definition at line 25 of file PlayerListEntry.php.

◆ $username

string pocketmine\network\mcpe\protocol\types\PlayerListEntry::$username

Definition at line 24 of file PlayerListEntry.php.

◆ $uuid

UuidInterface pocketmine\network\mcpe\protocol\types\PlayerListEntry::$uuid

Definition at line 22 of file PlayerListEntry.php.

◆ $xboxUserId

string pocketmine\network\mcpe\protocol\types\PlayerListEntry::$xboxUserId

Definition at line 26 of file PlayerListEntry.php.


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