25 ExternalDataServerLevel& operator=(ExternalDataServerLevel
const&);
26 ExternalDataServerLevel(ExternalDataServerLevel
const&);
27 ExternalDataServerLevel();
32 virtual ~ExternalDataServerLevel() =
default;
34 virtual bool isInWorldAndNotShowingAnyMenuScreens()
const ;
36 virtual bool isPausingGame()
const ;
38 virtual ::AdventureSettings
const& getAdventureSettings()
const ;
40 virtual ::ClientPlayMode getPlayMode()
const ;
42 virtual float getSmoothRotationSpeed()
const ;
44 virtual ::InputMode getInputMode()
const ;
46 virtual ::GameType getDefaultGameType()
const ;
Definition ExternalDataInterface.h:15
MCAPI bool $isPausingGame() const
MCAPI::ClientPlayMode $getPlayMode() const
MCAPI float $getSmoothRotationSpeed() const
MCAPI bool $isInWorldAndNotShowingAnyMenuScreens() const
MCAPI::AdventureSettings const & $getAdventureSettings() const
MCAPI::InputMode $getInputMode() const
MCAPI::GameType $getDefaultGameType() const
static MCAPI void ** $vftable()