3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/WorldGenerationProgressHandler.h"
7#include "mc/world/actor/player/LoadingState.h"
18 virtual ~DimensionChangeProgressHandler() =
default;
20 virtual ::LoadingState getLoadingState(::MinecraftScreenModel& minecraftScreenModel)
const ;
22 virtual ::std::string getName() const ;
28 MCAPI ::LoadingState $getLoadingState(::MinecraftScreenModel& minecraftScreenModel) const;
30 MCAPI ::std::
string $getName() const;
Definition DimensionChangeProgressHandler.h:5
static MCAPI void ** $vftable()
Definition MinecraftScreenModel.h:5
Definition WorldGenerationProgressHandler.h:5