LeviLamina
Loading...
Searching...
No Matches
VanillaBiomeNames.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace VanillaBiomeNames {
6// static variables
7// NOLINTBEGIN
8MCAPI ::std::string_view const& BambooJungle();
9
10MCAPI ::std::string_view const& BambooJungleHills();
11
12MCAPI ::std::string_view const& BasaltDeltas();
13
14MCAPI ::std::string_view const& Beach();
15
16MCAPI ::std::string_view const& BirchForest();
17
18MCAPI ::std::string_view const& BirchForestHills();
19
20MCAPI ::std::string_view const& BirchForestHillsMutated();
21
22MCAPI ::std::string_view const& BirchForestMutated();
23
24MCAPI ::std::string_view const& CherryGrove();
25
26MCAPI ::std::string_view const& ColdBeach();
27
28MCAPI ::std::string_view const& ColdOcean();
29
30MCAPI ::std::string_view const& ColdTaiga();
31
32MCAPI ::std::string_view const& ColdTaigaHills();
33
34MCAPI ::std::string_view const& ColdTaigaMutated();
35
36MCAPI ::std::string_view const& CrimsonForest();
37
38MCAPI ::std::string_view const& DeepColdOcean();
39
40MCAPI ::std::string_view const& DeepDark();
41
42MCAPI ::std::string_view const& DeepFrozenOcean();
43
44MCAPI ::std::string_view const& DeepLukewarmOcean();
45
46MCAPI ::std::string_view const& DeepOcean();
47
48MCAPI ::std::string_view const& DeepWarmOcean();
49
50MCAPI ::std::string_view const& Desert();
51
52MCAPI ::std::string_view const& DesertHills();
53
54MCAPI ::std::string_view const& DesertMutated();
55
56MCAPI ::std::string_view const& DripstoneCaves();
57
58MCAPI ::std::string_view const& Empty();
59
60MCAPI ::std::string_view const& ExtremeHills();
61
62MCAPI ::std::string_view const& ExtremeHillsEdge();
63
64MCAPI ::std::string_view const& ExtremeHillsMutated();
65
66MCAPI ::std::string_view const& ExtremeHillsPlusTrees();
67
68MCAPI ::std::string_view const& ExtremeHillsPlusTreesMutated();
69
70MCAPI ::std::string_view const& FlowerForest();
71
72MCAPI ::std::string_view const& Forest();
73
74MCAPI ::std::string_view const& ForestHills();
75
76MCAPI ::std::string_view const& FrozenOcean();
77
78MCAPI ::std::string_view const& FrozenPeaks();
79
80MCAPI ::std::string_view const& FrozenRiver();
81
82MCAPI ::std::string_view const& Grove();
83
84MCAPI ::std::string_view const& Hell();
85
86MCAPI ::std::string_view const& IceMountains();
87
88MCAPI ::std::string_view const& IcePlains();
89
90MCAPI ::std::string_view const& IcePlainsSpikes();
91
92MCAPI ::std::string_view const& JaggedPeaks();
93
94MCAPI ::std::string_view const& Jungle();
95
96MCAPI ::std::string_view const& JungleEdge();
97
98MCAPI ::std::string_view const& JungleEdgeMutated();
99
100MCAPI ::std::string_view const& JungleHills();
101
102MCAPI ::std::string_view const& JungleMutated();
103
104MCAPI ::std::string_view const& LegacyFrozenOcean();
105
106MCAPI ::std::string_view const& LukewarmOcean();
107
108MCAPI ::std::string_view const& LushCaves();
109
110MCAPI ::std::string_view const& MangroveSwamp();
111
112MCAPI ::std::string_view const& Meadow();
113
114MCAPI ::std::string_view const& MegaTaiga();
115
116MCAPI ::std::string_view const& MegaTaigaHills();
117
118MCAPI ::std::string_view const& Mesa();
119
120MCAPI ::std::string_view const& MesaBryce();
121
122MCAPI ::std::string_view const& MesaPlateau();
123
124MCAPI ::std::string_view const& MesaPlateauMutated();
125
126MCAPI ::std::string_view const& MesaPlateauStone();
127
128MCAPI ::std::string_view const& MesaPlateauStoneMutated();
129
130MCAPI ::std::string_view const& MushroomIsland();
131
132MCAPI ::std::string_view const& MushroomIslandShore();
133
134MCAPI ::std::string_view const& Ocean();
135
136MCAPI ::std::string_view const& PaleGarden();
137
138MCAPI ::std::string_view const& Plains();
139
140MCAPI ::std::string_view const& RedwoodTaigaHillsMutated();
141
142MCAPI ::std::string_view const& RedwoodTaigaMutated();
143
144MCAPI ::std::string_view const& River();
145
146MCAPI ::std::string_view const& RoofedForest();
147
148MCAPI ::std::string_view const& RoofedForestMutated();
149
150MCAPI ::std::string_view const& Savanna();
151
152MCAPI ::std::string_view const& SavannaMutated();
153
154MCAPI ::std::string_view const& SavannaPlateau();
155
156MCAPI ::std::string_view const& SavannaPlateauMutated();
157
158MCAPI ::std::string_view const& SnowySlopes();
159
160MCAPI ::std::string_view const& SoulsandValley();
161
162MCAPI ::std::string_view const& StoneBeach();
163
164MCAPI ::std::string_view const& StonyPeaks();
165
166MCAPI ::std::string_view const& SunflowerPlains();
167
168MCAPI ::std::string_view const& Swampland();
169
170MCAPI ::std::string_view const& SwamplandMutated();
171
172MCAPI ::std::string_view const& Taiga();
173
174MCAPI ::std::string_view const& TaigaHills();
175
176MCAPI ::std::string_view const& TaigaMutated();
177
178MCAPI ::std::string_view const& TheEnd();
179
180MCAPI ::std::string_view const& WarmOcean();
181
182MCAPI ::std::string_view const& WarpedForest();
183// NOLINTEND
184
185} // namespace VanillaBiomeNames