|
LeviLamina
|
Public Member Functions | |
| InventoryAction (InventoryAction const &) | |
| MCAPI | InventoryAction (::InventorySource source, uint slot, ::ItemStack const &fromItem, ::ItemStack const &toItem) |
| MCAPI::InventoryAction & | operator= (::InventoryAction const &) |
| MCAPI void | postLoadItems (::BlockPalette &blockPalette, bool isClientSide) |
| MCAPI void * | $ctor (::InventorySource source, uint slot, ::ItemStack const &fromItem, ::ItemStack const &toItem) |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 4, 12, ::InventorySource > | mSource |
| ::ll::TypedStorage< 4, 4, uint > | mSlot |
| ::ll::TypedStorage< 8, 96, ::NetworkItemStackDescriptor > | mFromItemDescriptor |
| ::ll::TypedStorage< 8, 96, ::NetworkItemStackDescriptor > | mToItemDescriptor |
| ::ll::TypedStorage< 8, 152, ::ItemStack > | mFromItem |
| ::ll::TypedStorage< 8, 152, ::ItemStack > | mToItem |