14class ChargeHeldItemGoal :
public ::Goal {
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 ;
44 virtual ~ChargeHeldItemGoal() =
default;
52 MCAPI
bool $canContinueToUse();
60 MCAPI
void $appendDebugInfo(::std::string& str)
const;