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
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
SpawnSettings
(
::SpawnSettings
&&);
31
32
MCAPI
SpawnSettings
(
::SpawnSettings
const
&);
33
34
MCAPI ::SpawnSettings& operator=(
::SpawnSettings
const
&);
35
36
MCAPI
~SpawnSettings
();
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
MCAPI
void
* $ctor(
::SpawnSettings
&&);
43
44
MCAPI
void
* $ctor(
::SpawnSettings
const
&);
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
MCFOLD
void
$dtor();
51
// NOLINTEND
52
};
Dimension
Definition
Dimension.h:83
SpawnSettings
Definition
SpawnSettings.h:14
src
mc
world
level
SpawnSettings.h
Generated on Fri Jun 13 2025 05:05:23 for LeviLamina by
1.12.0