PocketMine-MP 5.31.1 git-a1d74b57109a7c91ffab73718182f3b1e530fae3
Loading...
Searching...
No Matches
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, ?Color $color=null)
 
static createRemovalEntry (UuidInterface $uuid)
 

Public Attributes

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

Detailed Description

Definition at line 21 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,
?Color $color = null )
static

Definition at line 42 of file PlayerListEntry.php.

◆ createRemovalEntry()

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

Definition at line 35 of file PlayerListEntry.php.

Member Data Documentation

◆ $actorUniqueId

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

Definition at line 24 of file PlayerListEntry.php.

◆ $buildPlatform

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

Definition at line 29 of file PlayerListEntry.php.

◆ $color

Color pocketmine\network\mcpe\protocol\types\PlayerListEntry::$color = null

Definition at line 33 of file PlayerListEntry.php.

◆ $isHost

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

Definition at line 31 of file PlayerListEntry.php.

◆ $isSubClient

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

Definition at line 32 of file PlayerListEntry.php.

◆ $isTeacher

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

Definition at line 30 of file PlayerListEntry.php.

◆ $platformChatId

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

Definition at line 28 of file PlayerListEntry.php.

◆ $skinData

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

Definition at line 26 of file PlayerListEntry.php.

◆ $username

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

Definition at line 25 of file PlayerListEntry.php.

◆ $uuid

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

Definition at line 23 of file PlayerListEntry.php.

◆ $xboxUserId

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

Definition at line 27 of file PlayerListEntry.php.


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