LeviLamina
Loading...
Searching...
No Matches
PaletteColor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
SharedTypes::Legacy {
6
7
enum class
PaletteColor : uchar {
8
White = 0,
9
Orange = 1,
10
Magenta = 2,
11
LightBlue = 3,
12
Yellow = 4,
13
LightGreen = 5,
14
Pink = 6,
15
Gray = 7,
16
Silver = 8,
17
Cyan = 9,
18
Purple = 10,
19
Blue = 11,
20
Brown = 12,
21
Green = 13,
22
Red = 14,
23
Black = 15,
24
Count = 16,
25
};
26
27
}
src
mc
deps
shared_types
legacy
actor
PaletteColor.h
Generated on Sat Apr 26 2025 05:55:31 for LeviLamina by
1.12.0