LeviLamina
Loading...
Searching...
No Matches
RarityUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/Rarity.h"
7
8namespace RarityUtil {
9// functions
10// NOLINTBEGIN
11MCNAPI ::Rarity getRarityFromName(::std::string const& name);
12
13MCNAPI ::std::string const& getTitleColor(::Rarity rarity);
14// NOLINTEND
15
16// static variables
17// NOLINTBEGIN
18MCNAPI ::std::unordered_map<::std::string, ::Rarity> const& NAME_TO_ENUM();
19// NOLINTEND
20
21} // namespace RarityUtil