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
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_100 {
15
17public:
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<
43
44public:
45 // member variables
46 // NOLINTBEGIN
47 ::ll::TypedStorage<
48 4,
49 24,
50 ::std::optional<::std::variant<
53 mGrass;
54 ::ll::TypedStorage<4, 20, ::std::optional<::SharedTypes::Color255RGB>> mFoliage;
55 // NOLINTEND
56
57public:
58 // virtual functions
59 // NOLINTBEGIN
60 virtual ~CustomMapTintBiomeJsonComponent() /*override*/ = default;
61 // NOLINTEND
62
63public:
64 // static functions
65 // NOLINTBEGIN
66 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
67 // NOLINTEND
68
69public:
70 // static variables
71 // NOLINTBEGIN
72 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
81
82} // namespace SharedTypes::v1_21_100
Definition IBiomeJsonComponent.h:7
Definition CustomMapTintBiomeJsonComponent.h:30
Definition CustomMapTintBiomeJsonComponent.h:32
Definition CustomMapTintBiomeJsonComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5