LeviLamina
Loading...
Searching...
No Matches
Contents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/spawn/Description.h"
7
8// auto generated forward declare list
9// clang-format off
10class SemVersion;
11namespace SharedTypes::Legacy::Spawn { struct BiomeConditions; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::Legacy::Spawn {
16
17struct Contents {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 64, ::SharedTypes::Legacy::Spawn::Description> mDescription;
22 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::Spawn::BiomeConditions>> mBiomeConditions;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ~Contents();
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::SemVersion const& VERSION();
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace SharedTypes::Legacy::Spawn
Definition SemVersion.h:15
Definition BiomeConditions.h:31
Definition Contents.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5