LeviLamina
Loading...
Searching...
No Matches
SlotDescriptor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCAPI SlotDescriptor(::SlotDescriptor const&);
32
33 MCFOLD void addAcceptedItem(::ItemDescriptor const& itemDescriptor);
34
35 MCAPI ::SlotDescriptor& operator=(::SlotDescriptor const&);
36
37 MCAPI ~SlotDescriptor();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::SlotDescriptor&&);
44
45 MCAPI void* $ctor(::SlotDescriptor const&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
Definition ItemDescriptor.h:22
Definition SlotDescriptor.h:10
Definition Alias.h:14