LeviLamina
Loading...
Searching...
No Matches
ContainerScreenControllerProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/ScreenControllerProxy.h"
7#include "mc/client/gui/screens/controllers/ContainerScreenControllerProxyCallbacks.h"
8
9class ContainerScreenControllerProxy : public ::ScreenControllerProxy {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 384, ::ContainerScreenControllerProxyCallbacks const> mCallbacks;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~ContainerScreenControllerProxy() /*override*/ = default;
20 // NOLINTEND
21
22public:
23 // vftables
24 // NOLINTBEGIN
25 MCNAPI static void** $vftable();
26 // NOLINTEND
27};
Definition ContainerScreenControllerProxy.h:5
static MCAPI void ** $vftable()