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 virtual ~LevelStorageEventing() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 ::DBStorageFolderWatcher const& folderWatcher,
33 ::DBStorageFolderWatcherSnapshotKind kind
34 ) const;
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition EnableNonOwnerReferences.h:7
Definition DBStorageFolderWatcher.h:14
Definition LevelStorageEventing.h:15
static MCAPI void ** $vftable()
MCAPI void fireEventDBStorageSizeSnapshot(::DBStorageFolderWatcher const &folderWatcher, ::DBStorageFolderWatcherSnapshotKind kind) const