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
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_40 {
14
16public:
17 // FoliageAppearanceClientBiomeJsonComponent inner types declare
18 // clang-format off
20 // clang-format on
21
22 // FoliageAppearanceClientBiomeJsonComponent inner types define
24 public:
25 // member variables
26 // NOLINTBEGIN
28 // NOLINTEND
29
30 public:
31 // prevent constructor by default
35
36 public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42 public:
43 // static variables
44 // NOLINTBEGIN
45 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
46
47 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
48 // NOLINTEND
49 };
50
51public:
52 // member variables
53 // NOLINTBEGIN
55 // NOLINTEND
56
57public:
58 // prevent constructor by default
62
63public:
64 // virtual functions
65 // NOLINTBEGIN
66 // vIndex: 0
67 virtual ~FoliageAppearanceClientBiomeJsonComponent() /*override*/ = default;
68 // NOLINTEND
69
70public:
71 // static functions
72 // NOLINTBEGIN
73 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
74 // NOLINTEND
75
76public:
77 // static variables
78 // NOLINTBEGIN
79 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
80
81 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
82 // NOLINTEND
83
84public:
85 // vftables
86 // NOLINTBEGIN
87 MCNAPI static void** $vftable();
88 // NOLINTEND
89};
90
91} // namespace SharedTypes::v1_21_40
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:15
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
Definition IClientBiomeJsonComponent.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14