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;
37 virtual void appendDebugInfo(::std::string& str)
const ;
40 virtual bool canUse() ;
43 virtual bool canContinueToUse() ;
46 virtual void start() ;
62 _createSpellEntity(
float x,
float z,
float minY,
float maxY,
float lifespan,
int summonType,
::ActorDefinitionIdentifier summonEvent, ::std::string
const&)
65 MCAPI
int _selectBestSpell(
::Actor& target)
const;
77 MCAPI
void $appendDebugInfo(::std::string& str)
const;
81 MCAPI
bool $canContinueToUse();
93 MCAPI
static void** $vftable();