LeviLamina
Loading...
Searching...
No Matches
WaterAppearanceClientBiomeJsonComponent.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/components/IClientBiomeJsonComponent.h"
8#include "mc/v1_21_40/clientbiome/components/ClientBiomeComponentVersion.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_40 {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 20, ::std::optional<::SharedTypes::Color255RGB>> mSurfaceColor;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mSurfaceOpacity;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
29
30 virtual ~WaterAppearanceClientBiomeJsonComponent() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
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
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCFOLD ::ClientBiomeComponentVersion $getType() const;
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
61
62} // namespace SharedTypes::v1_21_40
Definition IClientBiomeJsonComponent.h:10
Definition WaterAppearanceClientBiomeJsonComponent.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5