LeviLamina
Loading...
Searching...
No Matches
PrecipitationClientBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_40/clientbiome/components/IClientBiomeJsonComponent.h"
7#include "mc/v1_21_40/clientbiome/components/ClientBiomeComponentVersion.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_110 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 8, ::std::optional<float>> mAsh;
21 ::ll::TypedStorage<4, 8, ::std::optional<float>> mBlueSpores;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mRedSpores;
23 ::ll::TypedStorage<4, 8, ::std::optional<float>> mWhiteAsh;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
30
31 virtual ~PrecipitationClientBiomeJsonComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
44
45 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCFOLD ::ClientBiomeComponentVersion $getType() const;
52
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
62
63} // namespace SharedTypes::v1_21_110
Definition PrecipitationClientBiomeJsonComponent.h:16
Definition IClientBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5