LeviLamina
Loading...
Searching...
No Matches
ChatScreenControllerProxy.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/ChatScreenControllerProxyCallbacks.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 192, ::ChatScreenControllerProxyCallbacks const> mCallbacks;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ChatScreenControllerProxy();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~ChatScreenControllerProxy() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI explicit ChatScreenControllerProxy(::ChatScreenControllerProxyCallbacks callbacks);
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::ChatScreenControllerProxyCallbacks callbacks);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition ChatScreenControllerProxy.h:5
static MCAPI void ** $vftable()
Definition ScreenControllerProxy.h:5