13class SlimeKeepOnJumpingGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 SlimeKeepOnJumpingGoal& operator=(SlimeKeepOnJumpingGoal
const&);
24 SlimeKeepOnJumpingGoal(SlimeKeepOnJumpingGoal
const&);
25 SlimeKeepOnJumpingGoal();
30 virtual bool canUse() ;
34 virtual void appendDebugInfo(::std::string& str)
const ;
36 virtual ~SlimeKeepOnJumpingGoal() =
default;
42 MCFOLD
bool $canUse();
46 MCAPI
void $appendDebugInfo(::std::string& str)
const;