25 ::ll::TypedStorage<8, 64, ::std::unordered_map<::InventorySource, ::std::vector<::InventoryAction>>> mActions;
26 ::ll::TypedStorage<8, 24, ::std::vector<::InventoryTransactionItemGroup>> mContents;
42 MCAPI
void addItemToContent(
::ItemStack const& item,
int count);
44 MCAPI ::InventoryTransactionError executeFull(
::Player& p,
bool isSenderAuthority)
const;
46 MCAPI
void forceBalanceTransaction();
48 MCAPI ::std::vector<::InventoryAction>
const& getActions(
::InventorySource const& source)
const;
50 MCAPI
void markValidActionsForSerialization(
bool isClientSide)
const;
52 MCAPI ::InventoryTransactionError verifyFull(
::Player& p,
bool isSenderAuthority)
const;
62 MCAPI
static bool checkTransactionItemsMatch(
::ItemStack const& serverItem,
::ItemStack const& clientItem);
70 MCAPI static ::BidirectionalUnorderedMap<::InventoryTransactionError, ::std::string>
const&
71 inventoryTransactionErrorMap();
79 MCAPI
void* $ctor(::std::vector<::InventoryAction>
const& in);