16class MoveIndoorsGoal :
public ::BaseGoal {
20 ::ll::TypedStorage<1, 1, bool> mUsingPOI;
21 ::ll::TypedStorage<1, 1, bool> mPathingInvalid;
22 ::ll::TypedStorage<4, 12, ::BlockPos> mInsidePos;
23 ::ll::TypedStorage<4, 12, ::BlockPos> mStartPos;
24 ::ll::TypedStorage<4, 24, ::AABB> mPOIBoundingBox;
25 ::ll::TypedStorage<8, 8, ::Tick> mCooldownTimer;
26 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
27 ::ll::TypedStorage<8, 8, ::Tick> mTimeoutCooldown;
28 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
33 MoveIndoorsGoal& operator=(MoveIndoorsGoal
const&);
34 MoveIndoorsGoal(MoveIndoorsGoal
const&);
40 virtual bool canUse() ;
42 virtual bool canContinueToUse() ;
44 virtual void start() ;
50 virtual void appendDebugInfo(::std::string& str)
const ;
56 MCAPI
explicit MoveIndoorsGoal(
::Mob& mob);
58 MCAPI
void _startPathfinding();
64 MCAPI
void* $ctor(
::Mob& mob);
72 MCAPI
bool $canContinueToUse();
80 MCAPI
void $appendDebugInfo(::std::string& str)
const;