LeviLamina
Loading...
Searching...
No Matches
PauseScreenModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ClientInstanceScreenModel.h"
7#include "mc/client/gui/screens/models/MinecraftScreenModel.h"
8
10public:
11 // prevent constructor by default
12 PauseScreenModel();
13
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ~PauseScreenModel() /*override*/ = default;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI explicit PauseScreenModel(::MinecraftScreenModel::Context context);
24
25 MCAPI void fireFriendsDrawerOpenedEvent();
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCAPI void* $ctor(::MinecraftScreenModel::Context context);
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftableForIMinecraftScreenModel();
38
39 MCNAPI static void** $vftableForIDlcBatcher();
40 // NOLINTEND
41};
Definition ClientInstanceScreenModel.h:5
Definition PauseScreenModel.h:5
static MCAPI void ** $vftableForIDlcBatcher()
static MCAPI void ** $vftableForIMinecraftScreenModel()