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

Inheritance: CollectableGatheringRotation, IGetOverridePriority
Afficher le fichier Open project: MGramolini/ExBuddy

Méthodes publiques

Méthode 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

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

Method Details

ExecuteRotation() public méthode

public ExecuteRotation ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

GetOne() public méthode

public GetOne ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

GetOnePlus() public méthode

public GetOnePlus ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

GetOnePlusPlus() public méthode

public GetOnePlusPlus ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

GetThree() public méthode

public GetThree ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

GetTwo() public méthode

public GetTwo ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

GetTwoPlus() public méthode

public GetTwoPlus ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

GetTwoPlusPlus() public méthode

public GetTwoPlusPlus ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

TryHard() public méthode

public TryHard ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

TryHarder() public méthode

public TryHarder ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task