LeviLamina
Loading...
Searching...
No Matches
CappedSurfaceBiomeJsonComponent.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 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 0
25 virtual ~CappedSurfaceBiomeJsonComponent() /*override*/;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
35 MCAPI ::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent&
37
38 MCAPI ::SharedTypes::v1_20_60::CappedSurfaceBiomeJsonComponent&
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
46
47 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor();
54
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCAPI void $dtor();
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace SharedTypes::v1_20_60
Definition CappedSurfaceBiomeJsonComponent.h:10
Definition IBiomeJsonComponent.h:7
Definition Alias.h:14