|
|
RamAttackGoal & | operator= (RamAttackGoal const &) |
|
| RamAttackGoal (RamAttackGoal const &) |
| virtual void | start () |
| virtual void | stop () |
| virtual bool | canUse () |
| virtual bool | canContinueToUse () |
| virtual void | tick () |
| virtual void | appendDebugInfo (::std::string &str) const |
|
MCAPI | RamAttackGoal (::Mob &mob) |
|
MCAPI bool | _hasChargePath () |
|
MCAPI bool | _initiateRamAttack () |
|
MCAPI void | _resetCooldown () |
|
MCAPI void | _tryKnockbackTarget () |
|
MCAPI bool | _verifyTargetStillInPositionAndPrepareForRamAttack () |
|
MCAPI void * | $ctor (::Mob &mob) |
|
MCAPI void | $dtor () |
|
MCAPI void | $start () |
|
MCAPI void | $stop () |
|
MCAPI bool | $canUse () |
|
MCAPI bool | $canContinueToUse () |
|
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, 8, ::std::unique_ptr<::Path > > | mPath |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mPrepareChargePos |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mTargetPos |
|
::ll::TypedStorage< 4, 8, ::Vec2 > | mRamDirection |
|
::ll::TypedStorage< 8, 8, ::Tick > | mWaitBeforeChargeTimer |
|
::ll::TypedStorage< 8, 8, ::Tick > | mChargeTimeoutTimer |
|
::ll::TypedStorage< 8, 8, ::Tick > | mKnockAfterChargeTimeoutTimer |
|
::ll::TypedStorage< 8, 8, ::Tick > | mRamRetryTimeout |
|
::ll::TypedStorage< 4, 4, ::RamAttackGoal::State > | mState |
|
::ll::TypedStorage< 8, 24, ::std::vector<::RamAttackGoal::AttackPos > > | mAttackPosVector |
|
::ll::TypedStorage< 8, 128, ::RamAttackGoal::Definition > | mDefinition |
|
::ll::TypedStorage< 8, 8, ::ActorUniqueID > | mTargetId |
|
::ll::TypedStorage< 1, 1, bool > | mHasKnockbacked |
|
::ll::TypedStorage< 8, 8, ::Tick > | mCooldownTimeout |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::RamAttackGoalUtils::RamGoalItemDropperInterface > > | mRamGoalItemDropper |
|
::ll::TypedStorage< 8, 32, ::std::string > | mDebugName |
|
::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
|
::ll::TypedStorage< 2, 2, ushort > | mTypeId |