20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
22 ::ll::TypedStorage<4, 4, int> mCooldownInTicks;
23 ::ll::TypedStorage<8, 8, ::Tick> mCooldownEndTick;
24 ::ll::TypedStorage<4, 12, ::Vec3> mTargetPosition;
31 virtual bool canUse() ;
34 virtual void start() ;
37 virtual bool canContinueToUse() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
59 MCFOLD
bool $canContinueToUse();
61 MCAPI
void $appendDebugInfo(::std::string& str)
const;
67 MCAPI
static void** $vftable();