3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
17 ::ll::TypedStorage<8, 64, ::std::function<void(
bool)>> mCallback;
22 EncryptionWarningScreenController();
27 virtual ~EncryptionWarningScreenController() =
default;
29 virtual void onOpen() ;
35 MCAPI EncryptionWarningScreenController(
36 ::std::shared_ptr<::MinecraftScreenModel> model,
37 ::std::function<
void(
bool)> callback
44 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model, ::std::function<
void(
bool)> callback);
Definition EncryptionWarningScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5