21 ::ll::TypedStorage<1, 1, bool> mIsDstSerialized;
22 ::ll::TypedStorage<1, 1, bool> mIsAmountSerialized;
23 ::ll::TypedStorage<1, 1, uchar> mAmount;
24 ::ll::TypedStorage<8, 40, ::ItemStackRequestSlotInfo> mSrc;
25 ::ll::TypedStorage<8, 40, ::ItemStackRequestSlotInfo> mDst;
32 ItemStackRequestActionTransferBase();
42 virtual ~ItemStackRequestActionTransferBase() =
default;
49 MCNAPI ItemStackRequestActionTransferBase(
50 ::ItemStackRequestActionType actionType,
55 bool isAmountSerialized
65 ::ItemStackRequestActionType actionType,
70 bool isAmountSerialized