3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/item/ItemColor.h"
7#include "mc/world/level/block/BlockColor.h"
11namespace mce {
class Color; }
14namespace ItemColorUtil {
17MCNAPI ::ItemColor fromBlockColor(::BlockColor color);
19MCNAPI ::ItemColor fromColor(::mce::Color
const& color);
21MCNAPI ::ItemColor fromInt(
int auxValue);
23MCNAPI ::mce::Color getColor(::ItemColor color);
25MCNAPI ::std::string
const& getName(::ItemColor color);
27MCNAPI ::std::string
const& getNameMixedCase(::ItemColor color);
29MCNAPI
int getRGBColor(::ItemColor color);