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 ;
63 MCAPI ::ItemReleaseInventoryTransaction& setSelectedItem(
::ItemStack const& item);
79 MCFOLD
void $postLoadItems(
::BlockPalette& blockPalette,
bool isClientSide);
81 MCFOLD
void $onTransactionError(
::Player& player, ::InventoryTransactionError error)
const;
83 MCAPI ::InventoryTransactionError $handle(
::Player& player,
bool isSenderAuthority)
const;
89 MCAPI
static void** $vftable();