13class SlimeAttackGoal :
public ::BaseGoal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mGrowTiredTicks;
19 ::ll::TypedStorage<4, 4, int> mGrowTiredCooldownTicks;
20 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
21 ::ll::TypedStorage<4, 4, float> mMaxRotationY;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 4, float> mSetPersistent;
28 SlimeAttackGoal& operator=(SlimeAttackGoal
const&);
29 SlimeAttackGoal(SlimeAttackGoal
const&);
35 virtual bool canUse() ;
37 virtual bool canContinueToUse() ;
39 virtual void start() ;
43 virtual void appendDebugInfo(::std::string& str)
const ;
49 MCAPI
explicit SlimeAttackGoal(
::Mob& mob);
55 MCAPI
void* $ctor(
::Mob& mob);
63 MCAPI
bool $canContinueToUse();
69 MCAPI
void $appendDebugInfo(::std::string& str)
const;