LeviLamina
Loading...
Searching...
No Matches
DyeColorUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/ItemColor.h"
7
9public:
10 // static functions
11 // NOLINTBEGIN
12 MCNAPI static int getAuxValue(::ItemColor color);
13
14 MCNAPI static ::ItemColor getItemColor(int auxValue);
15 // NOLINTEND
16
17public:
18 // static variables
19 // NOLINTBEGIN
20 MCNAPI static ::std::array<short, 16> const& COLOR_TO_AUX();
21
22 MCNAPI static ::std::array<short, 16> const& DYE_AUX_VALUES();
23
24 MCNAPI static ::std::array<::ItemColor, 20> const& mColorMap();
25 // NOLINTEND
26};
Definition DyeColorUtil.h:8
static MCAPI int getAuxValue(::ItemColor color)
static MCAPI ::std::array< short, 16 > const & COLOR_TO_AUX()
static MCAPI ::std::array<::ItemColor, 20 > const & mColorMap()
static MCAPI ::ItemColor getItemColor(int auxValue)
static MCAPI ::std::array< short, 16 > const & DYE_AUX_VALUES()