13class SlimeAttackGoal :
public ::Goal {
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 ;
45 virtual ~SlimeAttackGoal() =
default;
53 MCAPI
bool $canContinueToUse();
59 MCAPI
void $appendDebugInfo(::std::string& str)
const;