13class SquidOutOfWaterGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Squid&> mSquid;
22 SquidOutOfWaterGoal& operator=(SquidOutOfWaterGoal
const&);
23 SquidOutOfWaterGoal(SquidOutOfWaterGoal
const&);
24 SquidOutOfWaterGoal();
29 virtual bool canUse() ;
31 virtual bool canContinueToUse() ;
33 virtual void start() ;
39 virtual void appendDebugInfo(::std::string& str)
const ;
41 virtual ~SquidOutOfWaterGoal() =
default;
47 MCFOLD
bool $canUse();
49 MCFOLD
bool $canContinueToUse();
57 MCAPI
void $appendDebugInfo(::std::string& str)
const;