C# Class Xerath.Extensions

ファイルを表示 Open project: Hellsing/EloBuddy-Addons

Public Methods

Method Description
GetCircularFarmLocation ( this spell, IEnumerable entities ) : EntityManager.MinionsAndMonsters.FarmLocation
GetStunDuration ( this target ) : int
HasSpellShield ( this target ) : bool
HasUndyingBuff ( this target ) : bool
IsPassiveReady ( this target ) : bool
TotalShieldHealth ( this target ) : float

Method Details

GetCircularFarmLocation() public static method

public static GetCircularFarmLocation ( this spell, IEnumerable entities ) : EntityManager.MinionsAndMonsters.FarmLocation
spell this
entities IEnumerable
return EntityManager.MinionsAndMonsters.FarmLocation

GetStunDuration() public static method

public static GetStunDuration ( this target ) : int
target this
return int

HasSpellShield() public static method

public static HasSpellShield ( this target ) : bool
target this
return bool

HasUndyingBuff() public static method

public static HasUndyingBuff ( this target ) : bool
target this
return bool

IsPassiveReady() public static method

public static IsPassiveReady ( this target ) : bool
target this
return bool

TotalShieldHealth() public static method

public static TotalShieldHealth ( this target ) : float
target this
return float