17class SummonActorGoal :
public ::Goal {
21 ::ll::TypedStorage<8, 8, ::Mob&> mCaster;
22 ::ll::TypedStorage<8, 24, ::std::vector<::SummonSpellData>> mSpells;
23 ::ll::TypedStorage<4, 4, int> mCurrentTick;
24 ::ll::TypedStorage<4, 4, int> mCastTicksRemaining;
25 ::ll::TypedStorage<4, 4, int> mCurrentSpellIndex;
26 ::ll::TypedStorage<4, 4, int> mCurrentSpellStage;
27 ::ll::TypedStorage<4, 4, int> mCurrentSummonCount;
28 ::ll::TypedStorage<8, 8, uint64> mCooldownStopTick;
29 ::ll::TypedStorage<4, 12, ::Vec3> mTargetPos;
30 ::ll::TypedStorage<4, 12, ::Vec3> mCasterPos;
35 SummonActorGoal& operator=(SummonActorGoal
const&);
36 SummonActorGoal(SummonActorGoal
const&);
42 virtual void appendDebugInfo(::std::string& str)
const ;
44 virtual bool canUse() ;
46 virtual bool canContinueToUse() ;
48 virtual void start() ;
54 virtual ~SummonActorGoal() =
default;
60 MCAPI
void _createSpellEntity(
68 ::std::string
const& summonEvent
71 MCAPI
int _selectBestSpell(
::Actor& target)
const;
77 MCAPI
void $appendDebugInfo(::std::string& str)
const;
81 MCAPI
bool $canContinueToUse();