|
| enum class | ActionType : int { Place = 0
, Use = 1
, Destroy = 2
, UseAsAttack = 3
} |
| enum class | ClientCooldownState : uchar { Off = 0
, On = 1
} |
| enum class | PredictedResult : uchar { Failure = 0
, Success = 1
} |
| enum class | TriggerType : uchar { Unknown = 0
, PlayerInput = 1
, SimulationTick = 2
} |
| enum class | Type : uint {
NormalTransaction = 0
, InventoryMismatch = 1
, ItemUseTransaction = 2
, ItemUseOnEntityTransaction = 3
,
ItemReleaseTransaction = 4
} |
|
|
static MCAPI ::std::string const | getActionTypeName (::ItemUseInventoryTransaction::ActionType type) |
|
static MCAPI void | resendBlocksAroundArea (::Player &player, ::BlockPos const &pos, uchar facing) |
|
static MCAPI void | resendPlayerState (::Player &player) |
|
static MCAPI ::BidirectionalUnorderedMap<::ItemUseInventoryTransaction::ActionType, ::std::string > const & | actionTypeMap () |
| static MCAPI void ** | $vftable () |
|
static MCAPI void | _setDepenetrationOverride (::DepenetrationComponent &depenetration) |
|
static MCAPI void | _setDepenetrationOverride (::EntityContext &entity) |
|
static MCAPI ::std::unique_ptr<::ComplexInventoryTransaction > | fromType (::ComplexInventoryTransaction::Type type) |
|
static MCAPI ::std::unique_ptr<::ComplexInventoryTransaction > | fromType (::ComplexInventoryTransaction::Type type, ::InventoryTransaction const &transaction) |
|
static MCAPI ::std::string const | getTransactionTypeName (::ComplexInventoryTransaction::Type type) |
|
static MCAPI ::BidirectionalUnorderedMap<::ComplexInventoryTransaction::Type, ::std::string > const & | transactionTypeMap () |
|
|
::ll::TypedStorage< 4, 4, ::ItemUseInventoryTransaction::ActionType > | mActionType |
|
::ll::TypedStorage< 1, 1, ::ItemUseInventoryTransaction::TriggerType > | mTriggerType |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mPos |
|
::ll::TypedStorage< 4, 4, uint > | mTargetBlockId |
|
::ll::TypedStorage< 1, 1, uchar > | mFace |
|
::ll::TypedStorage< 4, 4, int > | mSlot |
|
::ll::TypedStorage< 8, 96, ::NetworkItemStackDescriptor > | mItem |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mFromPos |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mClickPos |
|
::ll::TypedStorage< 1, 1, ::ItemUseInventoryTransaction::PredictedResult > | mClientPredictedResult |
|
::ll::TypedStorage< 1, 1, ::ItemUseInventoryTransaction::ClientCooldownState > | mClientCooldownState |
|
::ll::TypedStorage< 4, 4, ::ComplexInventoryTransaction::Type > | mType |
|
::ll::TypedStorage< 8, 88, ::InventoryTransaction > | mTransaction |