LeviLamina
Loading...
Searching...
No Matches
MountainParametersBiomeJsonComponent.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 // MountainParametersBiomeJsonComponent inner types declare
18 // clang-format off
19 struct SteepMaterial;
20 struct TopSlideSettings;
21 // clang-format on
22
23 // MountainParametersBiomeJsonComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
33 // NOLINTEND
34
35 public:
36 // prevent constructor by default
37 SteepMaterial& operator=(SteepMaterial const&);
39
40 public:
41 // member functions
42 // NOLINTBEGIN
44
45 MCNAPI ::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::SteepMaterial&
47
49 // NOLINTEND
50
51 public:
52 // constructor thunks
53 // NOLINTBEGIN
55 // NOLINTEND
56
57 public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62 };
63
65 public:
66 // member variables
67 // NOLINTBEGIN
69 // NOLINTEND
70
71 public:
72 // prevent constructor by default
73 TopSlideSettings& operator=(TopSlideSettings const&);
76 };
77
78public:
79 // member variables
80 // NOLINTBEGIN
83 // NOLINTEND
84
85public:
86 // prevent constructor by default
90
91public:
92 // virtual functions
93 // NOLINTBEGIN
94 // vIndex: 0
95 virtual ~MountainParametersBiomeJsonComponent() /*override*/ = default;
96 // NOLINTEND
97
98public:
99 // static functions
100 // NOLINTBEGIN
102 // NOLINTEND
103
104public:
105 // static variables
106 // NOLINTBEGIN
107 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
108
109 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
110 // NOLINTEND
111
112public:
113 // vftables
114 // NOLINTBEGIN
115 MCNAPI static void** $vftable();
116 // NOLINTEND
117};
118
119} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition MountainParametersBiomeJsonComponent.h:24
MCAPI void * $ctor(::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::SteepMaterial const &)
MCAPI SteepMaterial(::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::SteepMaterial const &)
MCAPI::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::SteepMaterial & operator=(::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::SteepMaterial &&)
Definition MountainParametersBiomeJsonComponent.h:64
Definition MountainParametersBiomeJsonComponent.h:15
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14