LeviLamina
Loading...
Searching...
No Matches
CustomMapTintBiomeJsonComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/shared_types/shared_types/Color255RGB.h"
7
#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
cereal {
struct
ReflectionCtx
; }
12
// clang-format on
13
14
namespace
SharedTypes::v1_21_100 {
15
16
struct
CustomMapTintBiomeJsonComponent
:
public
::SharedTypes::v1_20_60::IBiomeJsonComponent
{
17
public
:
18
// CustomMapTintBiomeJsonComponent inner types declare
19
// clang-format off
20
struct
GrassNoise
;
21
struct
GrassTint
;
22
// clang-format on
23
24
// CustomMapTintBiomeJsonComponent inner types define
25
enum class
GrassType :
int
{
26
Tint = 0,
27
Noise = 1,
28
};
29
30
struct
GrassNoise
{};
31
32
struct
GrassTint
{
33
public
:
34
// member variables
35
// NOLINTBEGIN
36
::ll::TypedStorage<4, 16, ::SharedTypes::Color255RGB> mTint;
37
// NOLINTEND
38
};
39
40
using
Grass = ::std::variant<
41
::SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent::GrassTint
,
42
::SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent::GrassNoise
>;
43
44
public
:
45
// member variables
46
// NOLINTBEGIN
47
::ll::TypedStorage<
48
4,
49
24,
50
::std::optional<::std::variant<
51
::SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent::GrassTint
,
52
::SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent::GrassNoise
>>>
53
mGrass;
54
::ll::TypedStorage<4, 20, ::std::optional<::SharedTypes::Color255RGB>> mFoliage;
55
// NOLINTEND
56
57
public
:
58
// virtual functions
59
// NOLINTBEGIN
60
virtual
~CustomMapTintBiomeJsonComponent
()
/*override*/
=
default
;
61
// NOLINTEND
62
63
public
:
64
// static functions
65
// NOLINTBEGIN
66
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
67
// NOLINTEND
68
69
public
:
70
// static variables
71
// NOLINTBEGIN
72
MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
73
// NOLINTEND
74
75
public
:
76
// vftables
77
// NOLINTBEGIN
78
MCNAPI
static
void
**
$vftable
();
79
// NOLINTEND
80
};
81
82
}
// namespace SharedTypes::v1_21_100
SharedTypes::v1_20_60::IBiomeJsonComponent
Definition
IBiomeJsonComponent.h:7
SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent::GrassNoise
Definition
CustomMapTintBiomeJsonComponent.h:30
SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent::GrassTint
Definition
CustomMapTintBiomeJsonComponent.h:32
SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent
Definition
CustomMapTintBiomeJsonComponent.h:16
SharedTypes::v1_21_100::CustomMapTintBiomeJsonComponent::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
deps
shared_types
v1_21_100
biome
components
CustomMapTintBiomeJsonComponent.h
Generated on
for LeviLamina by
1.16.1