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;
43 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual bool canUse() ;
49 virtual bool canContinueToUse() ;
52 virtual void start() ;
75 ::std::string
const& summonEvent
MCAPI void _createSpellEntity(float x, float z, float minY, float maxY, float, int lifespan, ::ActorDefinitionIdentifier summonType, ::std::string const &summonEvent) const