3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/SafetyDialogScreenController.h"
17 ::ll::TypedStorage<4, 4, int> mExternalServerId;
22 IPSafetyDialogScreenController();
27 virtual ~IPSafetyDialogScreenController() =
default;
29 virtual void onOpen() ;
31 virtual void _registerSafetyEventHandlers() ;
37 MCAPI IPSafetyDialogScreenController(::std::shared_ptr<::MinecraftScreenModel> model,
int externalServerId);
43 MCAPI
void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model,
int externalServerId);
51 MCAPI
void $_registerSafetyEventHandlers();
Definition IPSafetyDialogScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenModel.h:5
Definition SafetyDialogScreenController.h:5