LeviLamina
Loading...
Searching...
No Matches
ItemRegistryComplexAlias.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
8// clang-format on
9
10struct ItemRegistryComplexAlias {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 64, ::std::function<::HashedString(short)>> mCallback;
15 ::ll::TypedStorage<8, 24, ::std::vector<::std::reference_wrapper<::HashedString const>>> mSplitNames;
16 ::ll::TypedStorage<1, 1, bool> allowCommands;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ItemRegistryComplexAlias(ItemRegistryComplexAlias const&);
22 ItemRegistryComplexAlias();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::ItemRegistryComplexAlias& operator=(::ItemRegistryComplexAlias const&);
28
29 MCAPI ~ItemRegistryComplexAlias();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCAPI void $dtor();
36 // NOLINTEND
37};
Definition HashedString.h:5