LeviLamina
Loading...
Searching...
No Matches
ItemStackResponseInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCAPI void* $ctor(::ItemStackResponseInfo&&);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39};
Definition ItemStackResponseInfo.h:5
Definition Alias.h:14