14class TradeWithPlayerGoal :
public ::Goal {
18 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
19 ::ll::TypedStorage<4, 4, float> mMaxDistanceFromPlayerSquared;
20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
25 TradeWithPlayerGoal& operator=(TradeWithPlayerGoal
const&);
26 TradeWithPlayerGoal(TradeWithPlayerGoal
const&);
27 TradeWithPlayerGoal();
32 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
36 virtual void start() ;
38 virtual void appendDebugInfo(::std::string& str)
const ;
40 virtual ~TradeWithPlayerGoal() =
default;
48 MCAPI
bool $canContinueToUse();
52 MCAPI
void $appendDebugInfo(::std::string& str)
const;