3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/server/commands/ServerCommand.h"
15namespace Bedrock::Threading {
class Mutex; }
21 enum class Mode :
int {
27 enum class State :
int {
36 ::ll::TypedStorage<4, 4, ::SaveCommand::Mode> mMode;
48 MCAPI
static bool saveHold(
::Level& level);
50 MCAPI
static bool saveResume(
::Level& level);
58 MCAPI static ::std::vector<::SnapshotFilenameAndLength>& mSaveAllFileList();
60 MCAPI static ::Bedrock::Threading::Mutex& mSaveAllMutex();
62 MCAPI static ::SaveCommand::State& mState();
80MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::SaveCommand::Mode>();
Definition CommandOrigin.h:32
Definition CommandOutput.h:20
Definition CommandRegistry.h:51
Definition SaveCommand.h:18
static MCAPI void ** $vftable()
Definition ServerCommand.h:22
Definition SnapshotFilenameAndLength.h:5