15class InventoryAction {
19 ::ll::TypedStorage<4, 12, ::InventorySource> mSource;
20 ::ll::TypedStorage<4, 4, uint> mSlot;
21 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mFromItemDescriptor;
22 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mToItemDescriptor;
23 ::ll::TypedStorage<8, 152, ::ItemStack> mFromItem;
24 ::ll::TypedStorage<8, 152, ::ItemStack> mToItem;
34 MCAPI InventoryAction(::InventoryAction
const&);
38 MCAPI InventoryAction(
45 MCAPI ::InventoryAction& operator=(::InventoryAction
const&);
47 MCAPI
void postLoadItems(
::BlockPalette& blockPalette,
bool isClientSide);
49 MCAPI ~InventoryAction();
55 MCAPI
void* $ctor(::InventoryAction
const&);