16class BegGoal :
public ::BaseGoal {
20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<4, 4, float> mLookDistance;
22 ::ll::TypedStorage<4, 4, int> mLookTime;
23 ::ll::TypedStorage<4, 4, int> mMinLookTime;
24 ::ll::TypedStorage<4, 4, int> mMaxLookTime;
25 ::ll::TypedStorage<8, 40, ::TempEPtr<::Player>> mPlayer;
26 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mItems;
31 BegGoal& operator=(BegGoal
const&);
32 BegGoal(BegGoal
const&);
38 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
42 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
56 ::std::vector<::ItemDescriptor>
const& itemList,
68 ::std::vector<::ItemDescriptor>
const& itemList,
80 MCAPI
bool $canContinueToUse();
88 MCAPI
void $appendDebugInfo(::std::string& str)
const;