LeviLamina
Loading...
Searching...
No Matches
CappedSurfaceBiomeJsonComponent.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
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~CappedSurfaceBiomeJsonComponent() /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39
40 MCNAPI ::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent&
42
43 MCNAPI ::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent&
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
57
58 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCNAPI void* $ctor();
65
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCNAPI void $dtor();
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
81
82} // namespace SharedTypes::v1_20_60
Definition CappedSurfaceBiomeJsonComponent.h:15
MCAPI void * $ctor(::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent const &)
MCAPI::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent & operator=(::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent const &)
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()
MCAPI CappedSurfaceBiomeJsonComponent(::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent const &)
MCAPI::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent & operator=(::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent &&)
Definition IBiomeJsonComponent.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14