LeviLamina
Loading...
Searching...
No Matches
Types.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
8// clang-format on
9
10namespace Poi::Types {
11// static variables
12// NOLINTBEGIN
13MCNAPI ::HashedString const& ARMORER();
14
15MCNAPI ::HashedString const& BEEHIVE();
16
17MCNAPI ::HashedString const& BEE_NEST();
18
19MCNAPI ::HashedString const& BUTCHER();
20
21MCNAPI ::HashedString const& CARTOGRAPHER();
22
23MCNAPI ::HashedString const& CLERIC();
24
25MCNAPI ::HashedString const& FARMER();
26
27MCNAPI ::HashedString const& FISHERMAN();
28
29MCNAPI ::HashedString const& FLETCHER();
30
31MCNAPI ::HashedString const& HOME();
32
33MCNAPI ::HashedString const& LEATHERWORKER();
34
35MCNAPI ::HashedString const& LIBRARIAN();
36
37MCNAPI ::HashedString const& LIGHTNING_ROD();
38
39MCNAPI ::HashedString const& LODESTONE();
40
41MCNAPI ::HashedString const& MASON();
42
43MCNAPI ::HashedString const& MEETING();
44
45MCNAPI ::HashedString const& SHEPHERD();
46
47MCNAPI ::HashedString const& TEST_INSTANCE();
48
49MCNAPI ::HashedString const& TOOLSMITH();
50
51MCNAPI ::HashedString const& WEAPONSMITH();
52// NOLINTEND
53
54} // namespace Poi::Types
Definition HashedString.h:5