LeviLamina
Loading...
Searching...
No Matches
OverworldHeightBiomeJsonComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
cereal {
struct
ReflectionCtx
; }
11
// clang-format on
12
13
namespace
SharedTypes::v1_20_60 {
14
15
struct
OverworldHeightBiomeJsonComponent
:
public
::SharedTypes::v1_20_60::IBiomeJsonComponent
{
16
public
:
17
// OverworldHeightBiomeJsonComponent inner types define
18
enum class
NoiseType :
int
{
19
Default = 0,
20
DefaultMutated = 1,
21
River = 2,
22
Ocean = 3,
23
DeepOcean = 4,
24
Lowlands = 5,
25
Taiga = 6,
26
Mountains = 7,
27
Highlands = 8,
28
Extreme = 9,
29
LessExtreme = 10,
30
Beach = 11,
31
StoneBeach = 12,
32
Mushroom = 13,
33
Swamp = 14,
34
};
35
36
public
:
37
// member variables
38
// NOLINTBEGIN
39
::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::v1_20_60::OverworldHeightBiomeJsonComponent::NoiseType>>
40
mNoiseType;
41
::ll::TypedStorage<4, 12, ::std::optional<::std::array<float, 2>>> mNoiseParams;
42
// NOLINTEND
43
44
public
:
45
// virtual functions
46
// NOLINTBEGIN
47
virtual
~OverworldHeightBiomeJsonComponent
()
/*override*/
=
default
;
48
// NOLINTEND
49
50
public
:
51
// static functions
52
// NOLINTBEGIN
53
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
54
// NOLINTEND
55
56
public
:
57
// static variables
58
// NOLINTBEGIN
59
MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCNAPI
static
void
**
$vftable
();
66
// NOLINTEND
67
};
68
69
}
// namespace SharedTypes::v1_20_60
SharedTypes::v1_20_60::IBiomeJsonComponent
Definition
IBiomeJsonComponent.h:7
SharedTypes::v1_20_60::OverworldHeightBiomeJsonComponent
Definition
OverworldHeightBiomeJsonComponent.h:15
SharedTypes::v1_20_60::OverworldHeightBiomeJsonComponent::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
deps
shared_types
v1_20_60
biome
components
OverworldHeightBiomeJsonComponent.h
Generated on
for LeviLamina by
1.16.1