3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/CommandGroupBase.h"
7#include "mc/client/gui/oreui/binding/methods/CallableImpl.h"
24 ::ll::TypedStorage<8, 8, ::Bedrock::DDUI::DataStoreSyncClient*> mDataStore;
28 ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, ::std::string>>
30 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, double>>
32 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, bool>>
34 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string>>
36 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string>>
38 ::ll::TypedStorage<8, 8, ::PacketSender*> mPacketSender;
39 ::ll::TypedStorage<8, 8, ::GameplayUI::DataDrivenScreenAPI*> mDataDrivenScreenAPI;
44 DataStoreSetCommandGroup();
49 MCAPI DataStoreSetCommandGroup(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
51 MCAPI DataStoreSetCommandGroup(
52 ::Bedrock::DDUI::DataStoreSyncClient* dataStore,
53 ::GameplayUI::DataDrivenScreenAPI* dataDrivenScreenAPI,
54 ::PacketSender* packetSender
57 MCAPI
void buttonPress(::std::string dataStore, ::std::string property, ::std::string path);
59 MCAPI
void closeButtonPress(::std::string dataStore, ::std::string property, ::std::string path);
61 MCAPI
void setBool(::std::string dataStoreName, ::std::string property, ::std::string path,
bool data);
63 MCAPI
void setNumber(::std::string dataStoreName, ::std::string property, ::std::string path,
double data);
65 MCAPI
void setString(::std::string dataStoreName, ::std::string property, ::std::string path, ::std::string data);
71 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
77 MCAPI
void* $ctor(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
80 ::Bedrock::DDUI::DataStoreSyncClient* dataStore,
81 ::GameplayUI::DataDrivenScreenAPI* dataDrivenScreenAPI,
82 ::PacketSender* packetSender
Definition DataStoreSyncClient.h:7
Definition DataDrivenScreenAPI.h:7
Definition ClientDependencies.h:7
Definition DataStoreSetCommandGroup.h:7
static MCAPI void ** $vftable()
Definition GameDependencies.h:7
Definition PacketSender.h:17