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*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
44
45 MCNAPI ::SharedTypes::v1_20_60::MesaSurfaceBiomeJsonComponent&
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
53 // NOLINTEND
54
55public:
56 // static variables
57 // NOLINTBEGIN
58 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
59
60 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
66 MCNAPI void* $ctor();
67
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCNAPI void $dtor();
75 // NOLINTEND
76
77public:
78 // vftables
79 // NOLINTBEGIN
80 MCNAPI static void** $vftable();
81 // NOLINTEND
82};
83
84} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition MesaSurfaceBiomeJsonComponent.h:15
MCAPI void * $ctor(::SharedTypes::v1_20_60::MesaSurfaceBiomeJsonComponent const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::SharedTypes::v1_20_60::MesaSurfaceBiomeJsonComponent & operator=(::SharedTypes::v1_20_60::MesaSurfaceBiomeJsonComponent const &)
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
MCAPI MesaSurfaceBiomeJsonComponent(::SharedTypes::v1_20_60::MesaSurfaceBiomeJsonComponent const &)
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14