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