3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/ProgressiveTakeBarLocation.h"
7#include "mc/deps/core/math/Vec2.h"
8#include "mc/world/containers/SlotData.h"
19 ::ll::TypedStorage<8, 40, ::SlotData> mSlotData;
20 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ClientInstanceScreenModel>> mScreenModel;
21 ::ll::TypedStorage<4, 4, int> mHeldTime;
22 ::ll::TypedStorage<4, 4, int> mStartHeldTime;
23 ::ll::TypedStorage<4, 4, int> mLastTouchTime;
24 ::ll::TypedStorage<4, 4, float> mStartX;
25 ::ll::TypedStorage<4, 4, float> mStoredValue;
26 ::ll::TypedStorage<4, 4, float> mFinalPercent;
27 ::ll::TypedStorage<1, 1, bool> mHolding;
28 ::ll::TypedStorage<1, 1, bool> mFinalized;
29 ::ll::TypedStorage<1, 1, bool> mTimeProgress;
30 ::ll::TypedStorage<4, 4, ::ProgressiveTakeBarLocation> mCurrentBarLocation;
31 ::ll::TypedStorage<4, 8, ::Vec2> mBarOnScreenPosition;
37 MCAPI
int getTakeAmount(
int stackSize)
const;
40 initialize(::std::string
const& collectionName,
int collectionIndex, ::ProgressiveTakeBarLocation displayLocation);
42 MCAPI ~ProgressiveTakeButtonData();
Definition ClientInstanceScreenModel.h:5