3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/EmptyProgressHandler.h"
7#include "mc/client/gui/GameEventNotification.h"
8#include "mc/world/actor/player/LoadingState.h"
20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::TaskGroup>> mAsyncTaskGroup;
21 ::ll::TypedStorage<8, 32, ::std::string> mExperienceId;
22 ::ll::TypedStorage<8, 32, ::std::string> mPartyId;
23 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mWorldId;
24 ::ll::TypedStorage<1, 1, bool> mContinuePartyJoin;
29 PartyEligibilityProgressHandler();
34 virtual void onStart(::MinecraftScreenModel& minecraftScreenModel) ;
36 virtual void onCancel(::MinecraftScreenModel& minecraftScreenModel) ;
38 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel)
const ;
40 virtual ::std::string getName() const ;
42 virtual ::std::
string getTitleText() const ;
45 onGameEventNotification(::MinecraftScreenModel&, ::ui::GameEventNotification const& notification) ;
47 virtual ~PartyEligibilityProgressHandler() ;
53 MCAPI PartyEligibilityProgressHandler(
54 ::std::
string const& experienceId,
55 ::std::
string const& partyId,
56 ::std::optional<::std::
string> worldId
64 $ctor(::std::
string const& experienceId, ::std::
string const& partyId, ::std::optional<::std::
string> worldId);
76 MCAPI
void $onStart(::MinecraftScreenModel& minecraftScreenModel);
78 MCAPI
void $onCancel(::MinecraftScreenModel& minecraftScreenModel);
80 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
82 MCAPI ::std::
string $getName() const;
84 MCAPI ::std::
string $getTitleText() const;
86 MCAPI
void $onGameEventNotification(::MinecraftScreenModel&, ::ui::GameEventNotification const& notification);
Definition EmptyProgressHandler.h:5
Definition MinecraftScreenModel.h:5
Definition PartyEligibilityProgressHandler.h:5
static MCAPI void ** $vftable()
Definition TaskGroup.h:57