Documentation ¶
Index ¶
- func RegisterProtectionWarrior()
- type ProtectionWarrior
- func (war *ProtectionWarrior) GetWarrior() *warrior.Warrior
- func (war *ProtectionWarrior) Initialize()
- func (war *ProtectionWarrior) OnAutoAttack(sim *core.Simulation, spell *core.Spell)
- func (war *ProtectionWarrior) OnGCDReady(sim *core.Simulation)
- func (war *ProtectionWarrior) Reset(sim *core.Simulation)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterProtectionWarrior ¶
func RegisterProtectionWarrior()
Types ¶
type ProtectionWarrior ¶
type ProtectionWarrior struct { *warrior.Warrior Rotation *proto.ProtectionWarrior_Rotation Options *proto.ProtectionWarrior_Options CustomRotation *common.CustomRotation }
func NewProtectionWarrior ¶
func NewProtectionWarrior(character core.Character, options *proto.Player) *ProtectionWarrior
func (*ProtectionWarrior) GetWarrior ¶
func (war *ProtectionWarrior) GetWarrior() *warrior.Warrior
func (*ProtectionWarrior) Initialize ¶
func (war *ProtectionWarrior) Initialize()
func (*ProtectionWarrior) OnAutoAttack ¶
func (war *ProtectionWarrior) OnAutoAttack(sim *core.Simulation, spell *core.Spell)
func (*ProtectionWarrior) OnGCDReady ¶
func (war *ProtectionWarrior) OnGCDReady(sim *core.Simulation)
func (*ProtectionWarrior) Reset ¶
func (war *ProtectionWarrior) Reset(sim *core.Simulation)
Click to show internal directories.
Click to hide internal directories.