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