TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Spells::SpellEmpowerStart Class Referencefinal

#include <SpellPackets.h>

+ Inheritance diagram for WorldPackets::Spells::SpellEmpowerStart:

Public Member Functions

 SpellEmpowerStart ()
 
WorldPacket const * Write () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

ObjectGuid CastID
 
ObjectGuid CasterGUID
 
int32 SpellID = 0
 
SpellCastVisual Visual
 
Duration< Milliseconds, uint32EmpowerDuration
 
Duration< Milliseconds, uint32MinHoldTime
 
Duration< Milliseconds, uint32HoldAtMaxTime
 
std::vector< ObjectGuidTargets
 
std::vector< Duration< Milliseconds, uint32 > > StageDurations
 
Optional< SpellChannelStartInterruptImmunitiesInterruptImmunities
 
Optional< SpellTargetedHealPredictionHealPrediction
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 873 of file SpellPackets.h.

Constructor & Destructor Documentation

◆ SpellEmpowerStart()

WorldPackets::Spells::SpellEmpowerStart::SpellEmpowerStart ( )
inlineexplicit

Definition at line 876 of file SpellPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Spells::SpellEmpowerStart::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 909 of file SpellPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ CasterGUID

ObjectGuid WorldPackets::Spells::SpellEmpowerStart::CasterGUID

Definition at line 881 of file SpellPackets.h.

◆ CastID

ObjectGuid WorldPackets::Spells::SpellEmpowerStart::CastID

Definition at line 880 of file SpellPackets.h.

◆ EmpowerDuration

Duration<Milliseconds, uint32> WorldPackets::Spells::SpellEmpowerStart::EmpowerDuration

Definition at line 884 of file SpellPackets.h.

◆ HealPrediction

Optional<SpellTargetedHealPrediction> WorldPackets::Spells::SpellEmpowerStart::HealPrediction

Definition at line 890 of file SpellPackets.h.

◆ HoldAtMaxTime

Duration<Milliseconds, uint32> WorldPackets::Spells::SpellEmpowerStart::HoldAtMaxTime

Definition at line 886 of file SpellPackets.h.

◆ InterruptImmunities

Optional<SpellChannelStartInterruptImmunities> WorldPackets::Spells::SpellEmpowerStart::InterruptImmunities

Definition at line 889 of file SpellPackets.h.

◆ MinHoldTime

Duration<Milliseconds, uint32> WorldPackets::Spells::SpellEmpowerStart::MinHoldTime

Definition at line 885 of file SpellPackets.h.

◆ SpellID

int32 WorldPackets::Spells::SpellEmpowerStart::SpellID = 0

Definition at line 882 of file SpellPackets.h.

◆ StageDurations

std::vector<Duration<Milliseconds, uint32> > WorldPackets::Spells::SpellEmpowerStart::StageDurations

Definition at line 888 of file SpellPackets.h.

◆ Targets

std::vector<ObjectGuid> WorldPackets::Spells::SpellEmpowerStart::Targets

Definition at line 887 of file SpellPackets.h.

◆ Visual

SpellCastVisual WorldPackets::Spells::SpellEmpowerStart::Visual

Definition at line 883 of file SpellPackets.h.


The documentation for this class was generated from the following files: