3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/CommandGroupBase.h"
7#include "mc/client/gui/oreui/binding/methods/CallableImpl.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
19class TradeCommandGroup :
public ::OreUI::CommandGroupBase<::OreUI::TradeCommandGroup> {
23 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::GameplayUI::GameplayUIContext>> mContext;
24 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, int, int>> mSelectTrade;
25 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void>> mPullInIngredientsForSelectedTrade;
26 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, int, int>> mPerformAutoTrade;
36 virtual ~TradeCommandGroup() =
default;
42 MCAPI TradeCommandGroup(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
44 MCAPI
void performAutoTrade(
int tradeTier,
int tradeIndex);
46 MCAPI
void pullInIngredientsForSelectedTrade();
48 MCAPI
void selectTrade(
int tradeTier,
int tradeIndex);
54 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
60 MCAPI
void* $ctor(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
Definition ClientDependencies.h:7
Definition GameDependencies.h:7
Definition TradeCommandGroup.h:7
static MCAPI void ** $vftable()
Definition GameplayUIContext.h:7