C# Класс SDKAIO.Champions.Janna.Janna

This class handles the Janna champion.
Наследование: ChampionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Janna ( ) : System

Initializes a new instance of the Janna class.

Защищенные методы

Метод Описание
GetMenuGenerator ( ) : IMenuGenerator

Gets the MenuGenerator instance for the current champion.

OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void

Called when the unit finishes the windup time for the AutoAttack.

OnChampLoad ( ) : void

Called when the Champion Module is loaded.

OnCombo ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.Combo.

OnHybrid ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.Hybrid.

OnLaneClear ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.LaneClear.

OnLastHit ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.LastHit.

OnTick ( ) : void

Called every tick of the Game.

Приватные методы

Метод Описание
OnGapcloser ( object sender, LeagueSharp.SDK.Events e ) : void

Called when an enemy gapcloses on the player.

OnInterruptableTarget ( object sender, LeagueSharp.SDK.Events e ) : void

Called when an interruptable target is in range.

OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void

Called when a spell is processed by the game after its casting (After a spell)

OnTeleport ( object sender, LeagueSharp.SDK.TeleportEventArgs e ) : void
OnTurretAttack ( object sender, LeagueSharp.SDK.TurretArgs e ) : void

Called when a turret firest an Attack.

Описание методов

GetMenuGenerator() защищенный Метод

Gets the MenuGenerator instance for the current champion.
protected GetMenuGenerator ( ) : IMenuGenerator
Результат IMenuGenerator

Janna() публичный Метод

Initializes a new instance of the Janna class.
public Janna ( ) : System
Результат System

OnAfterAttack() защищенный Метод

Called when the unit finishes the windup time for the AutoAttack.
protected OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base The sender.
args GameObjectProcessSpellCastEventArgs The instance containing the event data.
Результат void

OnChampLoad() защищенный Метод

Called when the Champion Module is loaded.
protected OnChampLoad ( ) : void
Результат void

OnCombo() защищенный Метод

Called when the Active mode of the Orbwalker is OrbwalkingMode.Combo.
protected OnCombo ( ) : void
Результат void

OnHybrid() защищенный Метод

Called when the Active mode of the Orbwalker is OrbwalkingMode.Hybrid.
protected OnHybrid ( ) : void
Результат void

OnLaneClear() защищенный Метод

Called when the Active mode of the Orbwalker is OrbwalkingMode.LaneClear.
protected OnLaneClear ( ) : void
Результат void

OnLastHit() защищенный Метод

Called when the Active mode of the Orbwalker is OrbwalkingMode.LastHit.
protected OnLastHit ( ) : void
Результат void

OnTick() защищенный Метод

Called every tick of the Game.
protected OnTick ( ) : void
Результат void