27 ExternalDataServerLevel& operator=(ExternalDataServerLevel
const&);
28 ExternalDataServerLevel(ExternalDataServerLevel
const&);
29 ExternalDataServerLevel();
34 virtual ~ExternalDataServerLevel() =
default;
36 virtual bool isInWorldAndNotShowingAnyMenuScreens()
const ;
38 virtual bool isPausingGame()
const ;
40 virtual ::AdventureSettings
const& getAdventureSettings()
const ;
42 virtual ::ClientPlayMode getPlayMode()
const ;
44 virtual float getSmoothRotationSpeed()
const ;
46 virtual ::InputMode getInputMode()
const ;
48 virtual ::GameType getDefaultGameType()
const ;
60 MCNAPI
void*
$ctor(::Bedrock::NotNullNonOwnerPtr<::ILevel const> level);
Definition ExternalDataInterface.h:15
MCAPI bool $isPausingGame() const
MCAPI ExternalDataServerLevel(::Bedrock::NotNullNonOwnerPtr<::ILevel const > level)
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
MCAPI void * $ctor(::Bedrock::NotNullNonOwnerPtr<::ILevel const > level)
static MCAPI void ** $vftable()