|
enum class | ActionType : int { Release = 0
, Use = 1
} |
|
enum class | Type : uint {
NormalTransaction = 0
, InventoryMismatch = 1
, ItemUseTransaction = 2
, ItemUseOnEntityTransaction = 3
,
ItemReleaseTransaction = 4
} |
|
|
::ll::TypedStorage< 4, 4, ::ItemReleaseInventoryTransaction::ActionType > | mActionType |
|
::ll::TypedStorage< 4, 4, int > | mSlot |
|
::ll::TypedStorage< 8, 96, ::NetworkItemStackDescriptor > | mItem |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mFromPos |
|
::ll::TypedStorage< 4, 4, ::ComplexInventoryTransaction::Type > | mType |
|
::ll::TypedStorage< 8, 88, ::InventoryTransaction > | mTransaction |
|
◆ write()
virtual void ItemReleaseInventoryTransaction::write |
( |
::BinaryStream & | stream | ) |
const |
|
virtual |
◆ postLoadItems()
virtual void ItemReleaseInventoryTransaction::postLoadItems |
( |
::BlockPalette & | blockPalette, |
|
|
bool | isClientSide ) |
|
virtual |
◆ onTransactionError()
virtual void ItemReleaseInventoryTransaction::onTransactionError |
( |
::Player & | player, |
|
|
::InventoryTransactionError | error ) const |
|
virtual |
◆ setSelectedItem()
MCAPI::ItemReleaseInventoryTransaction & ItemReleaseInventoryTransaction::setSelectedItem |
( |
::ItemStack const & | item | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $read()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $write()
MCAPI void ItemReleaseInventoryTransaction::$write |
( |
::BinaryStream & | stream | ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $postLoadItems()
MCAPI void ItemReleaseInventoryTransaction::$postLoadItems |
( |
::BlockPalette & | blockPalette, |
|
|
bool | isClientSide ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $onTransactionError()
MCAPI void ItemReleaseInventoryTransaction::$onTransactionError |
( |
::Player & | player, |
|
|
::InventoryTransactionError | error ) const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $handle()
MCAPI::InventoryTransactionError ItemReleaseInventoryTransaction::$handle |
( |
::Player & | player, |
|
|
bool | isSenderAuthority ) const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $vftable()
static MCAPI void ** ItemReleaseInventoryTransaction::$vftable |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: