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
8namespace SharedTypes::v1_20_60 {
9
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~SurfaceParametersBiomeJsonComponent() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35
36 MCFOLD ::SharedTypes::v1_20_60::SurfaceParametersBiomeJsonComponent&
38
39 MCFOLD ::SharedTypes::v1_20_60::SurfaceParametersBiomeJsonComponent&
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
47
48 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCFOLD void* $ctor();
55
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
71
72} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition SurfaceParametersBiomeJsonComponent.h:10
Definition Alias.h:14