24 enum class ActionType :
int {
32 ::ll::TypedStorage<4, 4, ::ItemReleaseInventoryTransaction::ActionType> mActionType;
33 ::ll::TypedStorage<4, 4, int> mSlot;
34 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mItem;
35 ::ll::TypedStorage<4, 12, ::Vec3> mFromPos;
51 virtual void postLoadItems(
::BlockPalette& blockPalette,
bool isClientSide) ;
54 virtual void onTransactionError(
::Player& player, ::InventoryTransactionError error)
const ;
57 virtual ::InventoryTransactionError handle(
::Player& player,
bool isSenderAuthority)
const ;
77 MCNAPI ::InventoryTransactionError
$handle(
::Player& player,
bool isSenderAuthority)
const;