LeviLamina
Loading...
Searching...
No Matches
ItemStackNetManagerScreen.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual ~ItemStackNetManagerScreen() = default;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCAPI static void** $vftable();
35 // NOLINTEND
36};
Definition ItemStackNetManagerScreen.h:5
Definition Alias.h:14