LeviLamina
Loading...
Searching...
No Matches
LevelStorageSource Class Referenceabstract
+ Inheritance diagram for LevelStorageSource:

Public Member Functions

virtual::std::string const & getName () const =0
 
virtual::Core::Result getLevelData (::std::string const &, ::LevelData &) const =0
 
virtual void saveLevelData (::std::string const &, ::LevelData const &)=0
 
virtual void getLevelList (::std::vector<::Core::PathBuffer<::std::string > > &)=0
 
virtual ::Bedrock::UniqueOwnerPointer<::LevelStoragecreateLevelStorage (::Scheduler &, ::std::string const &, ::ContentIdentity const &, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &, ::std::chrono::nanoseconds const &, ::Bedrock::NotNullNonOwnerPtr<::LevelDbEnv >, ::std::unique_ptr<::LevelStorageEventing >)=0
 
virtual ::std::unique_ptr<::LevelLooseFileStoragecreateLevelLooseStorage (::std::string const &, ::ContentIdentity const &, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &)=0
 
virtual void deleteLevel (::std::string const &)=0
 
virtual bool renameLevel (::std::string const &, ::std::string const &)=0
 
virtual void renameLevel (::LevelData &, ::Core::Path const &, ::std::string const &)=0
 
virtual bool createBackupCopyOfWorld (::std::string const &, ::std::string const &, ::std::string const &)=0
 
virtual bool isLevelMarkedForSync (::Core::Path const &) const =0
 
virtual bool isLevelPartiallyCopied (::Core::Path const &) const =0
 
virtual ::Core::PathBuffer<::std::string > getLevelDatFoundPath (::Core::Path const &) const =0
 
virtual ::Core::PathBuffer<::std::string > const getBasePath () const =0
 
virtual ::Core::PathBuffer<::std::string > const getPathToLevel (::std::string const &) const =0
 
virtual ::Core::PathBuffer<::std::string > const getPathToLevelInfo (::std::string const &, bool) const =0
 
virtual bool isBetaRetailLevel (::std::string const &) const =0
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::std::chrono::nanoseconds const & WORLD_SAVE_FLUSH_INTERVAL ()
 
static MCAPI ::std::chrono::nanoseconds const & WORLD_SAVE_MENU_FLUSH_INTERVAL ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Member Function Documentation

◆ WORLD_SAVE_FLUSH_INTERVAL()

static MCAPI ::std::chrono::nanoseconds const & LevelStorageSource::WORLD_SAVE_FLUSH_INTERVAL ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ WORLD_SAVE_MENU_FLUSH_INTERVAL()

static MCAPI ::std::chrono::nanoseconds const & LevelStorageSource::WORLD_SAVE_MENU_FLUSH_INTERVAL ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void LevelStorageSource::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: