LeviLamina
Loading...
Searching...
No Matches
SmithingTemplateUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SmithingTemplateUtils {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string const& APPLIES_TO_TITLE();
9
10MCNAPI ::std::string const& ARMOR_TRIM_APPLIES_TO();
11
12MCNAPI ::std::string const& ARMOR_TRIM_INGREDIENTS();
13
14MCNAPI ::std::string const& DESCRIPTION_FORMAT();
15
16MCNAPI ::std::string const& INGREDIENTS_TITLE();
17
18MCNAPI ::std::string const& NETHERITE_UPGRADE_APPLIES_TO();
19
20MCNAPI ::std::string const& NETHERITE_UPGRADE_INGREDIENTS();
21
22MCNAPI ::std::string const& TITLE_FORMAT();
23
24MCNAPI ::std::string const& UNKNOWN();
25// NOLINTEND
26
27} // namespace SmithingTemplateUtils