3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
17 ::ll::TypedStorage<1, 1, bool const> mEnableAdhoc;
18 ::ll::TypedStorage<1, 1, bool> mHasTriggered;
23 AdhocInProgressScreenController();
28 virtual ~AdhocInProgressScreenController() =
default;
30 virtual void onOpen() ;
36 MCAPI AdhocInProgressScreenController(::std::shared_ptr<::MinecraftScreenModel> model,
bool enableAdhoc);
42 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model,
bool enableAdhoc);
Definition AdhocInProgressScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5