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
9// auto generated forward declare list
10// 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 MCAPI void fireDBStorageError(char const* errorType) const;
33
34 MCAPI void fireEventDBStorageSizeSnapshot(
35 ::DBStorageFolderWatcher const& folderWatcher,
36 ::DBStorageFolderWatcherSnapshotKind kind
37 ) const;
38
39 MCAPI void fireEventWorldCorruptionCausedWorldShutdown(
40 ::std::string const& reason,
41 ::std::optional<bool> isOutOfDiskSpace
42 ) const;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCAPI static void** $vftable();
55 // NOLINTEND
56};
Definition EnableNonOwnerReferences.h:7
Definition DBStorageFolderWatcher.h:5
Definition LevelStorageEventing.h:15
Definition LevelStorageEventingContext.h:5