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

상속: CollectableGatheringRotation, IGetOverridePriority
파일 보기 프로젝트 열기: MGramolini/ExBuddy

공개 메소드들

메소드 설명
ExecuteRotation ( ExGatherTag tag ) : Task
GetOne ( ExGatherTag tag ) : Task
GetOnePlus ( ExGatherTag tag ) : Task
GetOnePlusPlus ( ExGatherTag tag ) : Task
GetThree ( ExGatherTag tag ) : Task
GetTwo ( ExGatherTag tag ) : Task
GetTwoPlus ( ExGatherTag tag ) : Task
GetTwoPlusPlus ( ExGatherTag tag ) : Task
TryHard ( ExGatherTag tag ) : Task
TryHarder ( ExGatherTag tag ) : Task

비공개 메소드들

메소드 설명
CallRotation ( ExGatherTag tag, string rotationName, Func callBack ) : System.Threading.Tasks.Task
IGetOverridePriority ( ExGatherTag tag ) : int

메소드 상세

ExecuteRotation() 공개 메소드

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

GetOne() 공개 메소드

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

GetOnePlus() 공개 메소드

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

GetOnePlusPlus() 공개 메소드

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

GetThree() 공개 메소드

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

GetTwo() 공개 메소드

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

GetTwoPlus() 공개 메소드

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

GetTwoPlusPlus() 공개 메소드

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

TryHard() 공개 메소드

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

TryHarder() 공개 메소드

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