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