LeviLamina
Loading...
Searching...
No Matches
BlockSpecifier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/util/Reference.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_20_60 {
14
15struct BlockSpecifier {
16public:
17 // BlockSpecifier inner types define
18 using StateMap = ::std::unordered_map<::std::string, ::std::variant<int, bool, ::std::string>>;
19
20 using StateMapValue = ::std::variant<int, bool, ::std::string>;
21
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<8, 32, ::SharedTypes::Reference<0>> mBlockName;
26 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::variant<int, bool, ::std::string>>> mStates;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 BlockSpecifier(BlockSpecifier const&);
32 BlockSpecifier();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI BlockSpecifier(::SharedTypes::v1_20_60::BlockSpecifier&&);
38
39 MCAPI ::SharedTypes::v1_20_60::BlockSpecifier& operator=(::SharedTypes::v1_20_60::BlockSpecifier&&);
40
41 MCFOLD ::SharedTypes::v1_20_60::BlockSpecifier& operator=(::SharedTypes::v1_20_60::BlockSpecifier const&);
42
43 MCAPI ~BlockSpecifier();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(::SharedTypes::v1_20_60::BlockSpecifier&&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCFOLD void $dtor();
62 // NOLINTEND
63};
64
65} // namespace SharedTypes::v1_20_60
Definition BlockSpecifier.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5