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
31 MCNAPI ~Contents();
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCNAPI static ::SemVersion const& VERSION();
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace SharedTypes::v1_21_60::Spawn
Definition SemVersion.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::SemVersion const & VERSION()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14