|
virtual void | addStorageObserver (::std::unique_ptr<::LevelStorageObserver >) |
|
virtual ::std::unique_ptr<::CompoundTag > | getCompoundTag (::std::string const &, ::DBHelpers::Category) |
|
virtual bool | hasKey (::std::string_view, ::DBHelpers::Category) const |
|
virtual void | forEachKeyWithPrefix (::std::string_view, ::DBHelpers::Category, ::std::function< void(::std::string_view, ::std::string_view)> const &) const |
|
virtual bool | loadLevelData (::LevelData &) |
|
virtual ::std::unique_ptr<::ChunkSource > | createChunkStorage (::std::unique_ptr<::ChunkSource >, ::StorageVersion) |
|
virtual void | saveLevelData (::LevelData const &) |
|
virtual ::Core::PathBuffer<::std::string > const & | getFullPath () const |
|
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< void > > | saveData (::std::string const &, ::std::string &&, ::DBHelpers::Category) |
|
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< void > > | saveData (::LevelStorageWriteBatch const &) |
|
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< void > > | deleteData (::std::string const &, ::DBHelpers::Category) |
|
virtual void | getStatistics (::std::string &, ::LevelStorage::StatsType) const |
|
virtual::Core::LevelStorageResult | getLevelStorageState () const |
|
virtual void | startShutdown () |
|
virtual bool | isShuttingDown () const |
|
virtual bool | checkShutdownDone () |
|
virtual::Core::LevelStorageResult | getState () const |
|
virtual ::std::vector<::SnapshotFilenameAndLength > | createSnapshot (::std::string const &, bool) |
|
virtual void | releaseSnapshot () |
|
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< void > > | compactStorage () |
|
virtual void | syncAndSuspendStorage () |
|
virtual void | resumeStorage () |
|
virtual void | setFlushAllowed (bool) |
|
virtual void | flushToPermanentStorage () |
|
virtual void | setCompactionCallback (::std::function< void(::CompactionStatus)>) |
|
virtual void | setCriticalSyncSaveCallback (::std::function< void()>) |
|
virtual bool | loadedSuccessfully () const |
|
MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< void > > | saveData (::std::string const &key, ::CompoundTag const &tag, ::DBHelpers::Category category) |
|
virtual bool | clonePlayerData (::std::string_view fromKey, ::std::string_view toKey) |
|
virtual bool | loadData (::std::string_view key, ::std::string &buffer, ::DBHelpers::Category category) const |
|
virtual void | freeCaches () |
|
virtual void | corruptLevel () |
|
MCAPI::std::string | getServerId (::Player const &client, bool isXboxLive) |
|
MCAPI ::std::vector<::std::string > | loadAllPlayerIDs (bool includeLocalPlayer) const |
|
MCAPI ::std::unique_ptr<::CompoundTag > | loadServerPlayerData (::Player const &client, bool isXboxLive) |
|
MCAPI void | save (::Player &player) |
|
MCAPI void | $dtor () |
|
MCFOLD bool | $loadedSuccessfully () const |
|
MCAPI bool | $clonePlayerData (::std::string_view fromKey, ::std::string_view toKey) |
|
MCFOLD bool | $loadData (::std::string_view key, ::std::string &buffer, ::DBHelpers::Category category) const |
|
MCFOLD void | $freeCaches () |
|
MCFOLD void | $corruptLevel () |
|