LeviLamina
Loading...
Searching...
No Matches
FoliageAppearanceClientBiomeJsonComponent.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_40 {
15
17public:
18 // FoliageAppearanceClientBiomeJsonComponent inner types declare
19 // clang-format off
21 // clang-format on
22
23 // FoliageAppearanceClientBiomeJsonComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
29 // NOLINTEND
30
31 public:
32 // prevent constructor by default
36
37 public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43 public:
44 // static variables
45 // NOLINTBEGIN
46 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
47
48 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
49 // NOLINTEND
50 };
51
52public:
53 // member variables
54 // NOLINTBEGIN
56 // NOLINTEND
57
58public:
59 // prevent constructor by default
63
64public:
65 // virtual functions
66 // NOLINTBEGIN
67 // vIndex: 1
68 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
69
70 // vIndex: 0
71 virtual ~FoliageAppearanceClientBiomeJsonComponent() /*override*/ = default;
72 // NOLINTEND
73
74public:
75 // static functions
76 // NOLINTBEGIN
77 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
78 // NOLINTEND
79
80public:
81 // static variables
82 // NOLINTBEGIN
83 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
84
85 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
86 // NOLINTEND
87
88public:
89 // virtual function thunks
90 // NOLINTBEGIN
91 MCNAPI ::ClientBiomeComponentVersion $getType() const;
92 // NOLINTEND
93
94public:
95 // vftables
96 // NOLINTBEGIN
97 MCNAPI static void** $vftable();
98 // NOLINTEND
99};
100
101} // namespace SharedTypes::v1_21_40
STL namespace.
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
Definition FoliageAppearanceClientBiomeJsonComponent.h:16
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::ClientBiomeComponentVersion $getType() const
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
Definition IClientBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14