LeviLamina
Loading...
Searching...
No Matches
IMinecraftApp.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/SubClientId.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
11class FileArchiver;
13class Minecraft;
14namespace Automation { class AutomationClient; }
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual ~IMinecraftApp();
23
24 // vIndex: 1
25 virtual ::Bedrock::NotNullNonOwnerPtr<::Minecraft> getPrimaryMinecraft() = 0;
26
27 // vIndex: 2
28 virtual ::Bedrock::NotNullNonOwnerPtr<::Automation::AutomationClient> getAutomationClient() const = 0;
29
30 // vIndex: 3
31 virtual bool isEduMode() const = 0;
32
33 // vIndex: 4
34 virtual bool isDedicatedServer() const = 0;
35
36 // vIndex: 5
37 virtual void onNetworkMaxPlayersChanged(uint) = 0;
38
39 // vIndex: 6
40 virtual ::IGameModuleShared& getGameModuleShared() = 0;
41
42 // vIndex: 7
43 virtual void requestServerShutdown(::std::string const&) = 0;
44
45 // vIndex: 8
46 virtual ::Bedrock::NotNullNonOwnerPtr<::FileArchiver> getFileArchiver() const = 0;
47
48 // vIndex: 9
49 virtual bool requestInGamePause(::SubClientId const&, bool) = 0;
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
Definition FileArchiver.h:27
Definition IGameModuleShared.h:12
Definition IMinecraftApp.h:17
static MCAPI void ** $vftable()
MCAPI void $dtor()
Definition Minecraft.h:55