LeviLamina
Loading...
Searching...
No Matches
DataStoreSyncClient.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/data_sync/DataStoreSync.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Bedrock::DDUI { struct DataStoreUpdate; }
11// clang-format on
12
13namespace Bedrock::DDUI {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual void assertAppropriateThread() const /*override*/;
20
21 virtual ~DataStoreSyncClient() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
28 MCNAPI ::std::vector<::Bedrock::DDUI::DataStoreUpdate> getAndClearUpdates();
29#endif
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35#ifdef LL_PLAT_C
36 MCNAPI void $assertAppropriateThread() const;
37#endif
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
48
49} // namespace Bedrock::DDUI
Definition DataStoreSyncClient.h:15
static MCAPI void ** $vftable()
Definition DataStoreSync.h:18
Definition DataStoreUpdate.h:7