LeviLamina
Loading...
Searching...
No Matches
TradeScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
7#include "mc/client/gui/screens/controllers/InteractionModel.h"
8
9// auto generated forward declare list
10// clang-format off
13struct ActorUniqueID;
14namespace Json { class Value; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, int> mCurrentIndex;
22 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::TradeContainerManagerController>> mTradeContainerManagerController;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 TradeScreenController();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ~TradeScreenController() /*override*/ = default;
33
34 virtual void addStaticScreenVars(::Json::Value& globalVars) /*override*/;
35
36 virtual void onLeave() /*override*/;
37
38 virtual bool _isStillValid() const /*override*/;
39
40 virtual void _registerCoalesceOrder() /*override*/;
41
42 virtual void _registerAutoPlaceOrder() /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCAPI TradeScreenController(
49 ::std::shared_ptr<::ClientInstanceScreenModel> pModel,
50 ::ActorUniqueID uniqueID,
51 ::InteractionModel interactionModel
52 );
53
54 MCAPI void _registerBindings();
55
56 MCAPI void _registerStateMachine();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCAPI void* $ctor(
63 ::std::shared_ptr<::ClientInstanceScreenModel> pModel,
64 ::ActorUniqueID uniqueID,
65 ::InteractionModel interactionModel
66 );
67 // NOLINTEND
68
69public:
70 // virtual function thunks
71 // NOLINTBEGIN
72 MCAPI void $addStaticScreenVars(::Json::Value& globalVars);
73
74 MCAPI void $onLeave();
75
76 MCFOLD bool $_isStillValid() const;
77
78 MCAPI void $_registerCoalesceOrder();
79
80 MCAPI void $_registerAutoPlaceOrder();
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
87
88 MCNAPI static void** $vftableForScreenController();
89 // NOLINTEND
90};
Definition ClientInstanceScreenModel.h:5
Definition ContainerScreenController.h:5
Definition Value.h:16
Definition TradeContainerManagerController.h:26
Definition TradeScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ActorUniqueID.h:5