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

Public Attributes

int $actorUniqueId
 
string $customName
 
string $objectiveName
 
int $score
 
int $scoreboardId
 
int $type
 
const TYPE_ENTITY = 2
 
const TYPE_FAKE_PLAYER = 3
 
const TYPE_PLAYER = 1
 

Detailed Description

Definition at line 17 of file ScorePacketEntry.php.

Member Data Documentation

◆ $actorUniqueId

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

Definition at line 27 of file ScorePacketEntry.php.

◆ $customName

string pocketmine\network\mcpe\protocol\types\ScorePacketEntry::$customName

Definition at line 29 of file ScorePacketEntry.php.

◆ $objectiveName

string pocketmine\network\mcpe\protocol\types\ScorePacketEntry::$objectiveName

Definition at line 23 of file ScorePacketEntry.php.

◆ $score

int pocketmine\network\mcpe\protocol\types\ScorePacketEntry::$score

Definition at line 24 of file ScorePacketEntry.php.

◆ $scoreboardId

int pocketmine\network\mcpe\protocol\types\ScorePacketEntry::$scoreboardId

Definition at line 22 of file ScorePacketEntry.php.

◆ $type

int pocketmine\network\mcpe\protocol\types\ScorePacketEntry::$type

Definition at line 25 of file ScorePacketEntry.php.

◆ TYPE_ENTITY

const pocketmine\network\mcpe\protocol\types\ScorePacketEntry::TYPE_ENTITY = 2

Definition at line 19 of file ScorePacketEntry.php.

◆ TYPE_FAKE_PLAYER

const pocketmine\network\mcpe\protocol\types\ScorePacketEntry::TYPE_FAKE_PLAYER = 3

Definition at line 20 of file ScorePacketEntry.php.

◆ TYPE_PLAYER

const pocketmine\network\mcpe\protocol\types\ScorePacketEntry::TYPE_PLAYER = 1

Definition at line 18 of file ScorePacketEntry.php.


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