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
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 // member functions
31 // NOLINTBEGIN
32 MCAPI ~BlockSpecifier();
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace SharedTypes::v1_20_60
Definition BlockSpecifier.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5