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/deps/core/utility/AutomaticID.h"
7
#include "mc/world/level/SpawnBiomeType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Dimension
;
12
// clang-format on
13
14
struct
SpawnSettings
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<2, 2, ::SpawnBiomeType> type;
19
::ll::TypedStorage<8, 32, ::std::string> userDefinedBiomeName;
20
::ll::TypedStorage<4, 4, ::DimensionType> dimension;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
SpawnSettings
& operator=(
SpawnSettings
const
&);
26
SpawnSettings
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
SpawnSettings
(
::SpawnSettings
const
&);
32
33
MCAPI
~SpawnSettings
();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
::SpawnSettings
const
&);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCFOLD
void
$dtor();
46
// NOLINTEND
47
};
Dimension
Definition
Dimension.h:83
SpawnSettings
Definition
SpawnSettings.h:14
src-server
mc
world
level
SpawnSettings.h
Generated on Tue Oct 28 2025 05:32:47 for LeviLamina by
1.12.0