LeviLamina
Loading...
Searching...
No Matches
MultinoiseGenerationRulesBiomeJsonComponent.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
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~MultinoiseGenerationRulesBiomeJsonComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
38
39 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
54
55} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition MultinoiseGenerationRulesBiomeJsonComponent.h:10
Definition Alias.h:14