C# Class iSeriesReborn.Champions.Jinx.Jinx

Jinx champion main class
Inheritance: ChampionBase
显示文件 Open project: DZ191/LeagueSharp

Public Methods

Method Description
GetModules ( ) : List
GetSpells ( ) : Spell>.Dictionary

Protected Methods

Method Description
LoadMenu ( ) : void
OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnChampLoad ( ) : void
OnCombo ( ) : void
OnLaneClear ( ) : void
OnLastHit ( ) : void
OnMixed ( ) : void
OnTick ( ) : void

Method Details

GetModules() public method

public GetModules ( ) : List
return List

GetSpells() public method

public GetSpells ( ) : Spell>.Dictionary
return Spell>.Dictionary

LoadMenu() protected method

protected LoadMenu ( ) : void
return void

OnAfterAttack() protected method

protected OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base
args GameObjectProcessSpellCastEventArgs
return void

OnChampLoad() protected method

protected OnChampLoad ( ) : void
return void

OnCombo() protected method

protected OnCombo ( ) : void
return void

OnLaneClear() protected method

protected OnLaneClear ( ) : void
return void

OnLastHit() protected method

protected OnLastHit ( ) : void
return void

OnMixed() protected method

protected OnMixed ( ) : void
return void

OnTick() protected method

protected OnTick ( ) : void
return void