3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/gameplay/api/gameplayui/ContainerItemType.h"
7#include "mc/client/gui/oreui/binding/QueryBase.h"
8#include "mc/client/gui/oreui/binding/properties/Property.h"
9#include "mc/deps/core/utility/NonOwnerPointer.h"
10#include "mc/deps/core/utility/pub_sub/Subscription.h"
11#include "mc/world/containers/ContainerEnumName.h"
27 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mSubscription;
28 ::ll::TypedStorage<8, 176, ::OreUI::Property<int>> mAmount;
29 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mName;
30 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mImage;
31 ::ll::TypedStorage<8, 176, ::OreUI::Property<bool>> mHasDamageValue;
32 ::ll::TypedStorage<8, 176, ::OreUI::Property<short>> mMaxDamage;
33 ::ll::TypedStorage<8, 176, ::OreUI::Property<short>> mDamageValue;
34 ::ll::TypedStorage<8, 176, ::OreUI::Property<::GameplayUI::ContainerItemType>> mContainerItemType;
35 ::ll::TypedStorage<1, 1, ::ContainerEnumName> mContainerName;
36 ::ll::TypedStorage<4, 4, int> mIndex;
37 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::GameplayUI::GameplayUIContext>> mContext;
47 virtual void update(
double) ;
49 virtual ~ContainerItemQuery() ;
55 MCAPI ContainerItemQuery(
56 ::OreUI::GameDependencies
const& game,
57 ::OreUI::ClientDependencies
const& client,
58 ::ContainerEnumName containerName,
62 MCAPI
void _updateProperties(::GameplayUI::ContainerItem
const& item);
68 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
75 ::OreUI::GameDependencies
const& game,
76 ::OreUI::ClientDependencies
const& client,
77 ::ContainerEnumName containerName,
91 MCAPI
void $update(
double);
Definition ClientDependencies.h:7
Definition ContainerItemQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()
Definition GameDependencies.h:7
Definition ContainerItem.h:7
Definition GameplayUIContext.h:7