LeviLamina
Loading...
Searching...
No Matches
Contents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class SemVersion;
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::v1_21_60::Spawn {
12
13struct Contents {
14public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 Contents& operator=(Contents const&);
25 Contents(Contents const&);
26 Contents();
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCAPI ~Contents();
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCAPI static ::SemVersion const& VERSION();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCAPI void $dtor();
58 // NOLINTEND
59};
60
61} // namespace SharedTypes::v1_21_60::Spawn
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14