LeviLamina
Loading...
Searching...
No Matches
TradeTierQuery.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/binding/QueryBase.h"
7#include "mc/client/gui/oreui/binding/properties/Property.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 TradeTierQuery : public ::OreUI::QueryBase<::OreUI::TradeTierQuery> {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mTierName;
24 ::ll::TypedStorage<8, 176, ::OreUI::Property<bool>> mIsTierVisible;
25 ::ll::TypedStorage<8, 176, ::OreUI::Property<bool>> mIsTierUnlocked;
26 ::ll::TypedStorage<8, 176, ::OreUI::Property<int>> mTradeOffers;
27 ::ll::TypedStorage<4, 4, int> mTradeTier;
28 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::GameplayUI::GameplayUIContext>> mContext;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 TradeTierQuery();
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 virtual void update(double time) /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI
45 TradeTierQuery(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client, int tradeTier);
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client, int tradeTier);
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI void $update(double time);
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftableForPropertyObject();
70
71 MCNAPI static void** $vftableForIQuery();
72 // NOLINTEND
73};
74
75} // namespace OreUI
Definition ClientDependencies.h:7
Definition GameDependencies.h:7
Definition TradeTierQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()
Definition GameplayUIContext.h:7