|
| enum class | BundleState : int { Inactive = 0
, Active = 1
, Hovered = 2
} |
| enum class | TooltipDirection : int { SouthEast = 0
, NorthEast = 1
, NorthWest = 2
, SouthWest = 3
} |
| enum class | BundleState : int { Inactive = 0
, Active = 1
, Hovered = 2
} |
| enum class | TooltipDirection : int { SouthEast = 0
, NorthEast = 1
, NorthWest = 2
, SouthWest = 3
} |
|
|
MCAPI::BundleTooltipLayoutData const & | getBundleTooltipLayoutData (::ItemStackBase const &bundleItem, ::ContainerManagerController &containerManagerController) const |
|
MCAPI ::std::pair<::std::string, int > | getCollectionNameAndIndex () const |
|
MCAPI int | getContainerIndexFromCollectionIndex (::BundleTooltipLayoutData const &tooltipLayoutData, int collectionIndex) const |
|
MCAPI int | getSelectedItemContainerIndex (::BundleTooltipLayoutData const &tooltipLayoutData) const |
|
MCAPI void | invalidateBundleTooltipLayoutData () |
|
MCAPI bool | isActive () const |
|
MCAPI bool | isHovered () const |
|
MCAPI void | resetData () |
|
MCAPI void | setActive (::std::string const &collectionName, int collectionIndex) |
|
MCAPI void | setHovered (::std::string const &collectionName, int collectionIndex) |
|
MCAPI void * | $ctor () |
|
|
::ll::TypedStorage< 1, 1, bool > | mMinimizedTooltip |
|
::ll::TypedStorage< 4, 8, ::std::optional< int > > | mSelectedCollectionIndex |
|
::ll::TypedStorage< 8, 40, ::SlotData > | mSlotData |
|
::ll::TypedStorage< 4, 4, ::ActiveBundleData::BundleState > | mBundleState |
|
::ll::TypedStorage< 8, 80, ::std::optional<::BundleTooltipLayoutData > > | mCachedBundleTooltipLayoutData |
The documentation for this struct was generated from the following files: