LeviLamina
Loading...
Searching...
No Matches
WorldConversionCompleteModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/MainMenuScreenModel.h"
7#include "mc/client/gui/screens/models/MinecraftScreenModel.h"
8#include "mc/client/world/LocalWorldInfo.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 1040, ::LocalWorldInfo> mWorldInfo;
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 WorldConversionCompleteModel();
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~WorldConversionCompleteModel() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI explicit WorldConversionCompleteModel(::MinecraftScreenModel::Context context);
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::MinecraftScreenModel::Context context);
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftableForIDlcBatcher();
43
44 MCNAPI static void** $vftable();
45
46 MCNAPI static void** $vftableForIMinecraftScreenModel();
47 // NOLINTEND
48};
Definition MainMenuScreenModel.h:5
Definition WorldConversionCompleteModel.h:5
static MCAPI void ** $vftableForIDlcBatcher()
static MCAPI void ** $vftable()
static MCAPI void ** $vftableForIMinecraftScreenModel()