|
|
TradeInterestGoal & | operator= (TradeInterestGoal const &) |
| |
|
| TradeInterestGoal (TradeInterestGoal const &) |
| |
| virtual bool | canUse () |
| |
| virtual bool | canContinueToUse () |
| |
| virtual void | start () |
| |
| virtual void | stop () |
| |
| virtual void | tick () |
| |
| virtual void | appendDebugInfo (::std::string &str) const |
| |
|
MCAPI | TradeInterestGoal (::Mob &mob, float interestDistance, float interestTime, float removeTime, float carriedTime, float cooldown) |
| |
|
MCAPI bool | _isLookingAtMe (::Player const &target) const |
| |
|
MCAPI void * | $ctor (::Mob &mob, float interestDistance, float interestTime, float removeTime, float carriedTime, float cooldown) |
| |
|
MCAPI void | $dtor () |
| |
|
MCAPI bool | $canUse () |
| |
|
MCAPI bool | $canContinueToUse () |
| |
|
MCAPI void | $start () |
| |
|
MCAPI void | $stop () |
| |
|
MCAPI void | $tick () |
| |
|
MCAPI void | $appendDebugInfo (::std::string &str) const |
| |
|
virtual bool | canBeInterrupted () |
| |
|
virtual bool | isTargetGoal () const |
| |
|
virtual void | onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
| |
|
MCFOLD bool | $canBeInterrupted () |
| |
|
MCFOLD bool | $isTargetGoal () const |
| |
|
MCFOLD void | $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
| |
|
|
::ll::TypedStorage< 8, 8, ::Mob & > | mMob |
| |
|
::ll::TypedStorage< 8, 40, ::TempEPtr<::Player > > | mPlayer |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsRunning |
| |
|
::ll::TypedStorage< 1, 1, bool > | mIsOnlyTargetItemFound |
| |
|
::ll::TypedStorage< 4, 4, float > | mInterestDistance |
| |
|
::ll::TypedStorage< 8, 8, uint64 > | mCurrentIndex |
| |
|
::ll::TypedStorage< 8, 152, ::ItemStack > | mCarriedItem |
| |
|
::ll::TypedStorage< 8, 152, ::ItemStack > | mPlayerItem |
| |
|
::ll::TypedStorage< 8, 8, ::Tick > | mCarriedItemSwitchTimer |
| |
|
::ll::TypedStorage< 8, 8, ::Tick > | mRemoveItemTimer |
| |
|
::ll::TypedStorage< 8, 8, ::Tick > | mInterestTimer |
| |
|
::ll::TypedStorage< 8, 8, ::Tick > | mInterestCooldown |
| |
|
::ll::TypedStorage< 8, 8, ::Tick const > | mInterestTimeMax |
| |
|
::ll::TypedStorage< 8, 8, ::Tick const > | mInterestTimeMaxHalf |
| |
|
::ll::TypedStorage< 8, 8, ::Tick const > | mRemoveTimeMax |
| |
|
::ll::TypedStorage< 8, 8, ::Tick const > | mCarriedSwitchMax |
| |
|
::ll::TypedStorage< 8, 8, ::Tick const > | mInterestCooldownMax |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mDebugName |
| |
|
::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
| |
|
::ll::TypedStorage< 2, 2, ushort > | mTypeId |
| |