C# Class ExBuddy.OrderBotTags.Gather.Rotations.NewbCollectGatheringRotation

Inheritance: CollectableGatheringRotation, IGetOverridePriority
显示文件 Open project: MGramolini/ExBuddy

Public Methods

Method Description
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

Private Methods

Method Description
CallRotation ( ExGatherTag tag, string rotationName, Func callBack ) : System.Threading.Tasks.Task
IGetOverridePriority ( ExGatherTag tag ) : int

Method Details

ExecuteRotation() public method

public ExecuteRotation ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

GetOne() public method

public GetOne ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

GetOnePlus() public method

public GetOnePlus ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

GetOnePlusPlus() public method

public GetOnePlusPlus ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

GetThree() public method

public GetThree ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

GetTwo() public method

public GetTwo ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

GetTwoPlus() public method

public GetTwoPlus ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

GetTwoPlusPlus() public method

public GetTwoPlusPlus ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

TryHard() public method

public TryHard ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

TryHarder() public method

public TryHarder ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task