LeviLamina
Loading...
Searching...
No Matches
ItemStackNetManagerScreen.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/EntityId.h"
7#include "mc/deps/game_refs/OwnerPtr.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::OwnerPtr<::EntityId>> mEntity;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~ItemStackNetManagerScreen() = default;
21 // NOLINTEND
22
23public:
24 // vftables
25 // NOLINTBEGIN
26 MCNAPI static void** $vftable();
27 // NOLINTEND
28};
Definition ItemStackNetManagerScreen.h:9
static MCAPI void ** $vftable()