PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\world\biome\model\ColorData Class Reference
+ Collaboration diagram for pocketmine\world\biome\model\ColorData:

Public Attributes

int $a
 
int $b
 
int $g
 
int $r
 

Detailed Description

Model for loading color data from JSON.

Definition at line 29 of file ColorData.php.

Member Data Documentation

◆ $a

int pocketmine\world\biome\model\ColorData::$a

@required

Definition at line 40 of file ColorData.php.

◆ $b

int pocketmine\world\biome\model\ColorData::$b

@required

Definition at line 37 of file ColorData.php.

◆ $g

int pocketmine\world\biome\model\ColorData::$g

@required

Definition at line 34 of file ColorData.php.

◆ $r

int pocketmine\world\biome\model\ColorData::$r

@required

Definition at line 31 of file ColorData.php.


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