LeviLamina
Loading...
Searching...
No Matches
MesaSurfaceBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_20_60 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~MesaSurfaceBiomeJsonComponent() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
44
45 MCAPI ::SharedTypes::v1_20_60::MesaSurfaceBiomeJsonComponent&
47
48 MCAPI ::SharedTypes::v1_20_60::MesaSurfaceBiomeJsonComponent&
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
56 // NOLINTEND
57
58public:
59 // static variables
60 // NOLINTBEGIN
61 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
62
63 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
64 // NOLINTEND
65
66public:
67 // constructor thunks
68 // NOLINTBEGIN
69 MCAPI void* $ctor();
70
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCAPI static void** $vftable();
84 // NOLINTEND
85};
86
87} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition MesaSurfaceBiomeJsonComponent.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14