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

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

Protected Properties

Свойство Type Description
GetOverridePriorityCached IGetOverridePriority
WardSkills uint[]

Méthodes publiques

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

Méthodes protégées

Méthode Description
GatheringRotation ( ) : System
IncreaseChance ( ExGatherTag tag ) : Task
Wait ( ) : System.Threading.Tasks.Task

Method Details

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

GatheringRotation() protected méthode

protected GatheringRotation ( ) : System
Résultat System

IncreaseChance() protected méthode

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

Prepare() public méthode

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

ResolveOverridePriority() public méthode

public ResolveOverridePriority ( ExGatherTag tag ) : int
tag ExGatherTag
Résultat int

ShouldForceGather() public méthode

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

Wait() protected static méthode

protected static Wait ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Property Details

GetOverridePriorityCached protected_oe property

protected IGetOverridePriority GetOverridePriorityCached
Résultat IGetOverridePriority

WardSkills protected_oe static_oe property

protected static uint[] WardSkills
Résultat uint[]