LeviLamina
Loading...
Searching...
No Matches
TradeCommandGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
9
10// auto generated forward declare list
11// clang-format off
12namespace GameplayUI { struct GameplayUIContext; }
13namespace OreUI { class ClientDependencies; }
14namespace OreUI { class GameDependencies; }
15// clang-format on
16
17namespace OreUI {
18
19class TradeCommandGroup : public ::OreUI::CommandGroupBase<::OreUI::TradeCommandGroup> {
20public:
21 // member variables
22 // NOLINTBEGIN
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;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 TradeCommandGroup();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual ~TradeCommandGroup() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI TradeCommandGroup(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client);
43
44 MCAPI void performAutoTrade(int tradeTier, int tradeIndex);
45
46 MCAPI void pullInIngredientsForSelectedTrade();
47
48 MCAPI void selectTrade(int tradeTier, int tradeIndex);
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client);
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
69
70} // namespace OreUI
Definition ClientDependencies.h:7
Definition GameDependencies.h:7
Definition TradeCommandGroup.h:7
static MCAPI void ** $vftable()
Definition GameplayUIContext.h:7