LeviLamina
Loading...
Searching...
No Matches
TheEndSurfaceBiomeJsonComponent.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 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~TheEndSurfaceBiomeJsonComponent() /*override*/ = default;
16 // NOLINTEND
17
18public:
19 // static variables
20 // NOLINTBEGIN
21 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
22
23 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition TheEndSurfaceBiomeJsonComponent.h:10