13declare(strict_types=1);
15namespace pocketmine\network\mcpe\protocol\types;
17enum GraphicsOverrideParameterType :
int{
18 use PacketIntEnumTrait;
20 case SKY_ZENITH_COLOR = 0;
21 case SKY_HORIZON_COLOR = 1;
22 case HORIZON_BLEND_MIN = 2;
23 case HORIZON_BLEND_MAX = 3;
24 case HORIZON_BLEND_START = 4;
25 case HORIZON_BLEND_MIE_START = 5;
26 case RAYLEIGH_STRENGTH = 6;
27 case SUN_MIE_STRENGTH = 7;
28 case MOON_MIE_STRENGTH = 8;
29 case SUN_GLARE_SHAPE = 9;