LeviLamina
Loading...
Searching...
No Matches
GrassAppearanceClientBiomeJsonComponent.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_21_40/clientbiome/ClientBiomeGrassColorMap.h"
8#include "mc/deps/shared_types/v1_21_40/clientbiome/components/IClientBiomeJsonComponent.h"
9#include "mc/v1_21_40/clientbiome/components/ClientBiomeComponentVersion.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace SharedTypes::v1_21_100 {
17
19public:
20 // GrassAppearanceClientBiomeJsonComponent inner types declare
21 // clang-format off
23 // clang-format on
24
25 // GrassAppearanceClientBiomeJsonComponent inner types define
27 public:
28 // member variables
29 // NOLINTBEGIN
30 ::ll::TypedStorage<4, 4, ::SharedTypes::v1_21_40::ClientBiomeGrassColorMap> mColorMap;
31 // NOLINTEND
32
33 public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39 public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
43
44 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
45 // NOLINTEND
46 };
47
48public:
49 // member variables
50 // NOLINTBEGIN
51 ::ll::TypedStorage<
52 4,
53 24,
54 ::std::optional<::std::variant<
57 mColor;
58 ::ll::TypedStorage<1, 1, bool> mGrassIsShaded;
59 // NOLINTEND
60
61public:
62 // virtual functions
63 // NOLINTBEGIN
64 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
65
66 virtual ~GrassAppearanceClientBiomeJsonComponent() /*override*/ = default;
67 // NOLINTEND
68
69public:
70 // static functions
71 // NOLINTBEGIN
72 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
73 // NOLINTEND
74
75public:
76 // static variables
77 // NOLINTBEGIN
78 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
79
80 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
81 // NOLINTEND
82
83public:
84 // virtual function thunks
85 // NOLINTBEGIN
86 MCFOLD ::ClientBiomeComponentVersion $getType() const;
87
88
89 // NOLINTEND
90
91public:
92 // vftables
93 // NOLINTBEGIN
94 MCNAPI static void** $vftable();
95 // NOLINTEND
96};
97
98} // namespace SharedTypes::v1_21_100
STL namespace.
Definition Color255RGB.h:15
Definition GrassAppearanceClientBiomeJsonComponent.h:18
Definition IClientBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5