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/v1_21_60/spawn/Description.h"
7#include "mc/deps/shared_types/v1_21_60/spawn/Placement.h"
8
9// auto generated forward declare list
10// clang-format off
11class SemVersion;
12namespace SharedTypes::v1_21_60::Spawn { struct BiomeConditions; }
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace SharedTypes::v1_21_60::Spawn {
17
18struct Contents {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_60::Spawn::Description> mDescription;
23 ::ll::TypedStorage<8, 136, ::std::optional<::SharedTypes::v1_21_60::Spawn::Placement>> mPlacement;
24 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_60::Spawn::BiomeConditions>> mBiomeConditions;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 Contents& operator=(Contents const&);
30 Contents();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI Contents(::SharedTypes::v1_21_60::Spawn::Contents const&);
36
37 MCAPI ~Contents();
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static ::SemVersion const& VERSION();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(::SharedTypes::v1_21_60::Spawn::Contents const&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace SharedTypes::v1_21_60::Spawn
Definition SemVersion.h:15
Definition BiomeConditions.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5