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 ::SharedTypes::v1_21_60::Spawn::Contents& operator=(::SharedTypes::v1_21_60::Spawn::Contents&&);
38
39 MCAPI ~Contents();
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::SemVersion const& VERSION();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(::SharedTypes::v1_21_60::Spawn::Contents const&);
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace SharedTypes::v1_21_60::Spawn
Definition SemVersion.h:15
Definition BiomeConditions.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5