LeviLamina
Loading...
Searching...
No Matches
SpawnSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/SpawnBiomeType.h"
7#include "mc/world/level/dimension/DimensionType.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<2, 2, ::SpawnBiomeType> type;
14 ::ll::TypedStorage<8, 32, ::std::string> userDefinedBiomeName;
15 ::ll::TypedStorage<4, 4, ::DimensionType> dimension;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI ~SpawnSettings();
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCFOLD void $dtor();
28 // NOLINTEND
29};
Definition SpawnSettings.h:9