13class SlimeFloatGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, float> mJumpChancePercentage;
19 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
24 SlimeFloatGoal& operator=(SlimeFloatGoal
const&);
25 SlimeFloatGoal(SlimeFloatGoal
const&);
31 virtual bool canUse() ;
35 virtual void appendDebugInfo(::std::string& str)
const ;
37 virtual ~SlimeFloatGoal() =
default;
47 MCAPI
void $appendDebugInfo(::std::string& str)
const;