PocketMine-MP 5.18.2 git-00e39821f06a4b6d728d35053c2621dbb19369ff
pocketmine\network\mcpe\protocol\types\BossBarColor Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\BossBarColor:

Public Attributes

const BLUE = 1
 
const GREEN = 3
 
const PINK = 0
 
const PURPLE = 5
 
const REBECCA_PURPLE = 6
 
const RED = 2
 
const WHITE = 7
 
const YELLOW = 4
 

Detailed Description

Definition at line 17 of file BossBarColor.php.

Member Data Documentation

◆ BLUE

const pocketmine\network\mcpe\protocol\types\BossBarColor::BLUE = 1

Definition at line 20 of file BossBarColor.php.

◆ GREEN

const pocketmine\network\mcpe\protocol\types\BossBarColor::GREEN = 3

Definition at line 22 of file BossBarColor.php.

◆ PINK

const pocketmine\network\mcpe\protocol\types\BossBarColor::PINK = 0

Definition at line 19 of file BossBarColor.php.

◆ PURPLE

const pocketmine\network\mcpe\protocol\types\BossBarColor::PURPLE = 5

Definition at line 24 of file BossBarColor.php.

◆ REBECCA_PURPLE

const pocketmine\network\mcpe\protocol\types\BossBarColor::REBECCA_PURPLE = 6

Definition at line 25 of file BossBarColor.php.

◆ RED

const pocketmine\network\mcpe\protocol\types\BossBarColor::RED = 2

Definition at line 21 of file BossBarColor.php.

◆ WHITE

const pocketmine\network\mcpe\protocol\types\BossBarColor::WHITE = 7

Definition at line 26 of file BossBarColor.php.

◆ YELLOW

const pocketmine\network\mcpe\protocol\types\BossBarColor::YELLOW = 4

Definition at line 23 of file BossBarColor.php.


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