C# 클래스 Xerath.Extensions

파일 보기 프로젝트 열기: Hellsing/EloBuddy-Addons

공개 메소드들

메소드 설명
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

메소드 상세

GetCircularFarmLocation() 공개 정적인 메소드

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

GetStunDuration() 공개 정적인 메소드

public static GetStunDuration ( this target ) : int
target this
리턴 int

HasSpellShield() 공개 정적인 메소드

public static HasSpellShield ( this target ) : bool
target this
리턴 bool

HasUndyingBuff() 공개 정적인 메소드

public static HasUndyingBuff ( this target ) : bool
target this
리턴 bool

IsPassiveReady() 공개 정적인 메소드

public static IsPassiveReady ( this target ) : bool
target this
리턴 bool

TotalShieldHealth() 공개 정적인 메소드

public static TotalShieldHealth ( this target ) : float
target this
리턴 float