26 ExternalDataSnapshot& operator=(ExternalDataSnapshot
const&);
27 ExternalDataSnapshot(ExternalDataSnapshot
const&);
28 ExternalDataSnapshot();
33 virtual ~ExternalDataSnapshot() =
default;
35 virtual bool isInWorldAndNotShowingAnyMenuScreens()
const ;
37 virtual bool isPausingGame()
const ;
39 virtual ::AdventureSettings
const& getAdventureSettings()
const ;
41 virtual ::ClientPlayMode getPlayMode()
const ;
43 virtual ::InputMode getInputMode()
const ;
45 virtual ::GameType getDefaultGameType()
const ;
47 virtual float getSmoothRotationSpeed()
const ;
70 MCNAPI
bool $isInWorldAndNotShowingAnyMenuScreens()
const;
72 MCNAPI
bool $isPausingGame()
const;
74 MCNAPI ::AdventureSettings
const& $getAdventureSettings()
const;
76 MCNAPI ::ClientPlayMode $getPlayMode()
const;
78 MCNAPI ::InputMode $getInputMode()
const;
80 MCNAPI ::GameType $getDefaultGameType()
const;
82 MCNAPI
float $getSmoothRotationSpeed()
const;
Definition ExternalDataInterface.h:15
Definition ExternalDataSnapshotComponent.h:11
static MCAPI void ** $vftable()