LeviLamina
Loading...
Searching...
No Matches
BlockSpecifier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_20_60 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 BlockSpecifier& operator=(BlockSpecifier const&);
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCNAPI ::SharedTypes::v1_20_60::BlockSpecifier& operator=(::SharedTypes::v1_20_60::BlockSpecifier&&);
32
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace SharedTypes::v1_20_60
Definition BlockSpecifier.h:12
MCAPI BlockSpecifier(::SharedTypes::v1_20_60::BlockSpecifier &&)
MCAPI::SharedTypes::v1_20_60::BlockSpecifier & operator=(::SharedTypes::v1_20_60::BlockSpecifier &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::SharedTypes::v1_20_60::BlockSpecifier &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14