LeviLamina
Loading...
Searching...
No Matches
EnchantingScreenControllerProxy.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/EnchantingScreenControllerProxyCallbacks.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 128, ::EnchantingScreenControllerProxyCallbacks const> mCallbacks;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~EnchantingScreenControllerProxy() /*override*/ = default;
20 // NOLINTEND
21
22public:
23 // vftables
24 // NOLINTBEGIN
25 MCNAPI static void** $vftable();
26 // NOLINTEND
27};
Definition EnchantingScreenControllerProxy.h:5
static MCAPI void ** $vftable()
Definition ScreenControllerProxy.h:5