17class ItemStackRequestActionTransferBase :
public ::ItemStackRequestAction {
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();
47 MCNAPI ItemStackRequestActionTransferBase(
48 ::ItemStackRequestActionType actionType,
53 bool isAmountSerialized
59 MCNAPI ::ItemStackRequestSlotInfo
const&
getDst()
const;
61 MCNAPI ::ItemStackRequestSlotInfo
const&
getSrc()
const;
69 ::ItemStackRequestActionType actionType,
74 bool isAmountSerialized