|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\world\biome\model\ColorData:Public Attributes | |
| int | $a |
| int | $b |
| int | $g |
| int | $r |
Model for loading color data from JSON.
Definition at line 29 of file ColorData.php.
| int pocketmine\world\biome\model\ColorData::$a |
@required
Definition at line 40 of file ColorData.php.
| int pocketmine\world\biome\model\ColorData::$b |
@required
Definition at line 37 of file ColorData.php.
| int pocketmine\world\biome\model\ColorData::$g |
@required
Definition at line 34 of file ColorData.php.
| int pocketmine\world\biome\model\ColorData::$r |
@required
Definition at line 31 of file ColorData.php.