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 MCNAPI_C ::std::vector<::Bedrock::DDUI::DataStoreUpdate> getAndClearUpdates();
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33#ifdef LL_PLAT_C
34 MCNAPI void $assertAppropriateThread() const;
35#endif
36
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace Bedrock::DDUI
Definition DataStoreSyncClient.h:15
static MCAPI void ** $vftable()
Definition DataStoreSync.h:18
Definition DataStoreUpdate.h:7