|
LeviLamina
|
Inheritance diagram for EatMobGoal:Public Types | |
| enum class | State : int { MoveToTarget = 0 , EatAnimation = 1 , Done = 2 } |
Public Member Functions | |
| EatMobGoal & | operator= (EatMobGoal const &) |
| EatMobGoal (EatMobGoal const &) | |
| virtual bool | canUse () |
| virtual bool | canContinueToUse () |
| virtual void | start () |
| virtual void | stop () |
| virtual void | tick () |
| virtual void | appendDebugInfo (::std::string &str) const |
| 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) |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, ::Mob & > | mMob |
| ::ll::TypedStorage< 8, 8, ::ActorUniqueID > | mTargetId |
| ::ll::TypedStorage< 4, 4, float > | mRunSpeed |
| ::ll::TypedStorage< 4, 4, float > | mEatAnimationTime |
| ::ll::TypedStorage< 4, 4, float > | mPullInForce |
| ::ll::TypedStorage< 4, 4, float > | mReachMobDistance |
| ::ll::TypedStorage< 8, 32, ::std::string > | mEatMobSound |
| ::ll::TypedStorage< 8, 32, ::std::string > | mLootTable |
| ::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Path > > | mPath |
| ::ll::TypedStorage< 4, 4, ::EatMobGoal::State > | mState |
| ::ll::TypedStorage< 8, 8, ::Tick > | mEatAnimationTimer |
| ::ll::TypedStorage< 8, 8, ::Tick > | mLastPathCalculationTick |
| ::ll::TypedStorage< 1, 1, bool > | mShouldKillTarget |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mDropPos |
| ::ll::TypedStorage< 8, 32, ::std::string > | mDebugName |
| ::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
| ::ll::TypedStorage< 2, 2, ushort > | mTypeId |
|
virtual |
Implements Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Implements Goal.
|
static |