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
32
33 MCNAPI void addAcceptedItem(::ItemDescriptor const& itemDescriptor);
34
35 MCNAPI ::SlotDescriptor& operator=(::SlotDescriptor const&);
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor(::SlotDescriptor&&);
44
45 MCNAPI void* $ctor(::SlotDescriptor const&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
Definition ItemDescriptor.h:22
Definition SlotDescriptor.h:10
MCAPI void * $ctor(::SlotDescriptor const &)
MCAPI void $dtor()
MCAPI ~SlotDescriptor()
MCAPI::SlotDescriptor & operator=(::SlotDescriptor const &)
MCAPI SlotDescriptor(::SlotDescriptor const &)
MCAPI SlotDescriptor(::SlotDescriptor &&)
MCAPI void addAcceptedItem(::ItemDescriptor const &itemDescriptor)
MCAPI void * $ctor(::SlotDescriptor &&)
Definition Alias.h:14