13class VexRandomMoveGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
22 VexRandomMoveGoal& operator=(VexRandomMoveGoal
const&);
23 VexRandomMoveGoal(VexRandomMoveGoal
const&);
29 virtual bool canUse() ;
31 virtual bool canContinueToUse() ;
35 virtual void appendDebugInfo(::std::string& str)
const ;
37 virtual ~VexRandomMoveGoal() =
default;
45 MCFOLD
bool $canContinueToUse();
49 MCAPI
void $appendDebugInfo(::std::string& str)
const;