LeviLamina
Loading...
Searching...
No Matches
LevelStorageEventing.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/world/level/storage/DBStorageFolderWatcherSnapshotKind.h"
8#include "mc/world/level/storage/LevelStorageEventingContext.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 112, ::LevelStorageEventingContext> mContext;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~LevelStorageEventing() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI void fireDBStorageError(char const* errorType) const;
33
35 ::DBStorageFolderWatcher const& folderWatcher,
36 ::DBStorageFolderWatcherSnapshotKind kind
37 ) const;
38
40 ::std::string const& reason,
41 ::std::optional<bool> isOutOfDiskSpace
42 ) const;
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition EnableNonOwnerReferences.h:7
Definition DBStorageFolderWatcher.h:5
Definition LevelStorageEventing.h:15
static MCAPI void ** $vftable()
MCAPI void fireDBStorageError(char const *errorType) const
MCAPI void fireEventWorldCorruptionCausedWorldShutdown(::std::string const &reason, ::std::optional< bool > isOutOfDiskSpace) const
MCAPI void fireEventDBStorageSizeSnapshot(::DBStorageFolderWatcher const &folderWatcher, ::DBStorageFolderWatcherSnapshotKind kind) const