9struct ItemTransferAmount {
12 enum class ItemTransferAmountTag :
int {
28 ItemTransferAmount& operator=(ItemTransferAmount
const&);
29 ItemTransferAmount(ItemTransferAmount
const&);
36 MCNAPI
explicit ItemTransferAmount(::ItemPlaceType placeType);
38 MCNAPI
explicit ItemTransferAmount(
int requestAmount);
40 MCNAPI
explicit ItemTransferAmount(::ItemTakeType takeType);
42 MCNAPI ::ItemTransferAmount fromMaxStackSize()
const;
50 MCNAPI
void* $ctor(::ItemPlaceType placeType);
52 MCNAPI
void* $ctor(
int requestAmount);
54 MCNAPI
void* $ctor(::ItemTakeType takeType);