LeviLamina
|
Classes | |
struct | AttackPos |
class | Definition |
Public Member Functions | |
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) |
Static Public Member Functions | |
static MCAPI void ** | $vftable () |
Public Attributes | |
::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, 160, ::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< 4, 4, int > | mRequiredControlFlags |
::ll::TypedStorage< 8, 32, ::std::string > | mName |
::ll::TypedStorage< 2, 2, ushort > | mTypeId |
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Implements Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Implements Goal.