LeviLamina
Loading...
Searching...
No Matches
ProgressiveTakeButtonData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/ProgressiveTakeBarLocation.h"
7#include "mc/deps/core/math/Vec2.h"
8#include "mc/world/containers/SlotData.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
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;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI int getTakeAmount(int stackSize) const;
38
39 MCAPI void
40 initialize(::std::string const& collectionName, int collectionIndex, ::ProgressiveTakeBarLocation displayLocation);
41
42 MCAPI ~ProgressiveTakeButtonData();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCFOLD void $dtor();
49 // NOLINTEND
50};
Definition ClientInstanceScreenModel.h:5
Definition ProgressiveTakeButtonData.h:5