14class ChargeHeldItemGoal :
public ::BaseGoal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, int> mUsingTime;
20 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mChargeItemList;
25 ChargeHeldItemGoal& operator=(ChargeHeldItemGoal
const&);
26 ChargeHeldItemGoal(ChargeHeldItemGoal
const&);
32 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
36 virtual void start() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
48 MCAPI
explicit ChargeHeldItemGoal(
::Mob& mob);
54 MCAPI
void* $ctor(
::Mob& mob);
62 MCAPI
bool $canContinueToUse();
70 MCAPI
void $appendDebugInfo(::std::string& str)
const;