3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/CommandGroupBase.h"
7#include "mc/client/gui/oreui/binding/methods/CallableImpl.h"
20 ::ll::TypedStorage<8, 8, ::Bedrock::DDUI::DataStoreSyncClient*> mDataStore;
24 ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, ::std::string>>
26 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, double>>
28 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, bool>>
30 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string>>
36 DataStoreSetCommandGroup();
41 virtual ~DataStoreSetCommandGroup() =
default;
47 MCAPI
explicit DataStoreSetCommandGroup(::Bedrock::DDUI::DataStoreSyncClient* dataStore);
49 MCAPI
void buttonPress(::std::string dataStore, ::std::string property, ::std::string path);
51 MCAPI
void setBool(::std::string dataStoreName, ::std::string property, ::std::string path,
bool data);
53 MCAPI
void setNumber(::std::string dataStoreName, ::std::string property, ::std::string path,
double data);
55 MCAPI
void setString(::std::string dataStoreName, ::std::string property, ::std::string path, ::std::string data);
61 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
67 MCAPI
void* $ctor(::Bedrock::DDUI::DataStoreSyncClient* dataStore);
Definition DataStoreSyncClient.h:15
Definition DataStoreSetCommandGroup.h:7
static MCAPI void ** $vftable()