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

Inheritance: IGatheringRotation
显示文件 Open project: MGramolini/ExBuddy

Protected Properties

Property Type Description
GetOverridePriorityCached IGetOverridePriority
WardSkills uint[]

Public Methods

Method Description
ExecuteRotation ( ExGatherTag tag ) : Task
Gather ( ExGatherTag tag ) : Task
Prepare ( ExGatherTag tag ) : Task
ResolveOverridePriority ( ExGatherTag tag ) : int
ShouldForceGather ( ExGatherTag tag ) : bool

Protected Methods

Method Description
GatheringRotation ( ) : System
IncreaseChance ( ExGatherTag tag ) : Task
Wait ( ) : System.Threading.Tasks.Task

Method Details

ExecuteRotation() public method

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

Gather() public method

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

GatheringRotation() protected method

protected GatheringRotation ( ) : System
return System

IncreaseChance() protected method

protected IncreaseChance ( ExGatherTag tag ) : Task
tag ExGatherTag
return Task

Prepare() public method

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

ResolveOverridePriority() public method

public ResolveOverridePriority ( ExGatherTag tag ) : int
tag ExGatherTag
return int

ShouldForceGather() public method

public ShouldForceGather ( ExGatherTag tag ) : bool
tag ExGatherTag
return bool

Wait() protected static method

protected static Wait ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Property Details

GetOverridePriorityCached protected_oe property

protected IGetOverridePriority GetOverridePriorityCached
return IGetOverridePriority

WardSkills protected_oe static_oe property

protected static uint[] WardSkills
return uint[]