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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ResolveInternalGatheringRotation ( ExGatherTag tag ) : IGatheringRotation
ShouldForceUseRotation ( ExGatherTag tag, uint level ) : bool

Method Details

Prepare() public méthode

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

ResolveInternalGatheringRotation() protected méthode

protected ResolveInternalGatheringRotation ( ExGatherTag tag ) : IGatheringRotation
tag ExGatherTag
Résultat IGatheringRotation

ShouldForceGather() public méthode

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

ShouldForceUseRotation() protected méthode

protected ShouldForceUseRotation ( ExGatherTag tag, uint level ) : bool
tag ExGatherTag
level uint
Résultat bool