3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/BundleTooltipLayoutData.h"
7#include "mc/world/containers/SlotData.h"
18 enum class BundleState :
int {};
20 enum class TooltipDirection :
int {};
25 ::ll::TypedStorage<1, 1, bool> mMinimizedTooltip;
26 ::ll::TypedStorage<4, 8, ::std::optional<int>> mSelectedCollectionIndex;
27 ::ll::TypedStorage<8, 40, ::SlotData> mSlotData;
28 ::ll::TypedStorage<4, 4, ::ActiveBundleData::BundleState> mBundleState;
29 ::ll::TypedStorage<8, 88, ::std::optional<::BundleTooltipLayoutData>> mCachedBundleTooltipLayoutData;
35 MCAPI ::BundleTooltipLayoutData
const& getBundleTooltipLayoutData(
36 ::ItemStackBase
const& bundleItem,
37 ::ContainerManagerController& containerManagerController
40 MCAPI
int getSelectedItemContainerIndex(::BundleTooltipLayoutData
const& tooltipLayoutData)
const;
46 MCAPI static ::BundleTooltipLayoutData _calculateBundleTooltipLayoutData(
47 ::ItemStackBase
const& bundleItem,
48 ::ContainerManagerController& containerManagerController
Definition ContainerManagerController.h:47
Definition ItemStackBase.h:44
Definition ActiveBundleData.h:5