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

Inheritance: GatheringRotation
Afficher le fichier Open project: MGramolini/ExBuddy

Méthodes publiques

Méthode Description
ExecuteRotation ( ExGatherTag tag ) : Task
Gather ( ExGatherTag tag ) : Task
Prepare ( ExGatherTag tag ) : Task
ShouldForceGather ( ExGatherTag tag ) : bool

Méthodes protégées

Méthode Description
AppraiseAndRebuff ( ExGatherTag tag ) : System.Threading.Tasks.Task
Discerning ( ExGatherTag tag ) : System.Threading.Tasks.Task
DiscerningImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
DiscerningMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
Impulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
IncreaseChance ( ExGatherTag tag ) : Task
Methodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
SingleMindImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
SingleMindMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
UtmostCaution ( ExGatherTag tag ) : System.Threading.Tasks.Task
UtmostDiscerningMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
UtmostImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
UtmostMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
UtmostSingleMindMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task

Method Details

AppraiseAndRebuff() protected méthode

protected AppraiseAndRebuff ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

Discerning() protected méthode

protected Discerning ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

DiscerningImpulsive() protected méthode

protected DiscerningImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

DiscerningMethodical() protected méthode

protected DiscerningMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

ExecuteRotation() public méthode

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

Gather() public méthode

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

Impulsive() protected méthode

protected Impulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

IncreaseChance() protected méthode

protected IncreaseChance ( ExGatherTag tag ) : Task
tag ExGatherTag
Résultat Task

Methodical() protected méthode

protected Methodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

Prepare() public méthode

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

ShouldForceGather() public méthode

public ShouldForceGather ( ExGatherTag tag ) : bool
tag ExGatherTag
Résultat bool

SingleMindImpulsive() protected méthode

protected SingleMindImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

SingleMindMethodical() protected méthode

protected SingleMindMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

UtmostCaution() protected méthode

protected UtmostCaution ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

UtmostDiscerningMethodical() protected méthode

protected UtmostDiscerningMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

UtmostImpulsive() protected méthode

protected UtmostImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

UtmostMethodical() protected méthode

protected UtmostMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task

UtmostSingleMindMethodical() protected méthode

protected UtmostSingleMindMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
Résultat System.Threading.Tasks.Task