C# 클래스 ExBuddy.OrderBotTags.Gather.Rotations.GatheringRotation

상속: IGatheringRotation
파일 보기 프로젝트 열기: MGramolini/ExBuddy

보호된 프로퍼티들

프로퍼티 타입 설명
GetOverridePriorityCached IGetOverridePriority
WardSkills uint[]

공개 메소드들

메소드 설명
ExecuteRotation ( ExGatherTag tag ) : Task
Gather ( ExGatherTag tag ) : Task
Prepare ( ExGatherTag tag ) : Task
ResolveOverridePriority ( ExGatherTag tag ) : int
ShouldForceGather ( ExGatherTag tag ) : bool

보호된 메소드들

메소드 설명
GatheringRotation ( ) : System
IncreaseChance ( ExGatherTag tag ) : Task
Wait ( ) : System.Threading.Tasks.Task

메소드 상세

ExecuteRotation() 공개 메소드

public ExecuteRotation ( ExGatherTag tag ) : Task
tag ExGatherTag
리턴 Task

Gather() 공개 메소드

public Gather ( ExGatherTag tag ) : Task
tag ExGatherTag
리턴 Task

GatheringRotation() 보호된 메소드

protected GatheringRotation ( ) : System
리턴 System

IncreaseChance() 보호된 메소드

protected IncreaseChance ( ExGatherTag tag ) : Task
tag ExGatherTag
리턴 Task

Prepare() 공개 메소드

public Prepare ( ExGatherTag tag ) : Task
tag ExGatherTag
리턴 Task

ResolveOverridePriority() 공개 메소드

public ResolveOverridePriority ( ExGatherTag tag ) : int
tag ExGatherTag
리턴 int

ShouldForceGather() 공개 메소드

public ShouldForceGather ( ExGatherTag tag ) : bool
tag ExGatherTag
리턴 bool

Wait() 보호된 정적인 메소드

protected static Wait ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

GetOverridePriorityCached 보호되어 있는 프로퍼티

protected IGetOverridePriority GetOverridePriorityCached
리턴 IGetOverridePriority

WardSkills 보호되어 있는 정적으로 프로퍼티

protected static uint[] WardSkills
리턴 uint[]