24 enum class ActionType : uint {};
29 ::ll::TypedStorage<4, 4, ::ItemReleaseInventoryTransaction::ActionType> mActionType;
30 ::ll::TypedStorage<4, 4, int> mSlot;
31 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mItem;
32 ::ll::TypedStorage<4, 12, ::Vec3> mFromPos;
48 virtual void postLoadItems(
::BlockPalette& blockPalette,
bool isClientSide) ;
51 virtual void onTransactionError(
::Player& player, ::InventoryTransactionError error)
const ;
54 virtual ::InventoryTransactionError handle(
::Player& player,
bool isSenderAuthority)
const ;
60 MCAPI ::ItemReleaseInventoryTransaction& setSelectedItem(
::ItemStack const& item);
70 MCFOLD
void $postLoadItems(
::BlockPalette& blockPalette,
bool isClientSide);
72 MCFOLD
void $onTransactionError(
::Player& player, ::InventoryTransactionError error)
const;
74 MCAPI ::InventoryTransactionError $handle(
::Player& player,
bool isSenderAuthority)
const;
80 MCAPI
static void** $vftable();