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

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

Public Methods

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

Protected Methods

Method 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 method

protected AppraiseAndRebuff ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

Discerning() protected method

protected Discerning ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

DiscerningImpulsive() protected method

protected DiscerningImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

DiscerningMethodical() protected method

protected DiscerningMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

ExecuteRotation() public method

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

Gather() public method

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

Impulsive() protected method

protected Impulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

IncreaseChance() protected method

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

Methodical() protected method

protected Methodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

Prepare() public method

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

ShouldForceGather() public method

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

SingleMindImpulsive() protected method

protected SingleMindImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

SingleMindMethodical() protected method

protected SingleMindMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

UtmostCaution() protected method

protected UtmostCaution ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

UtmostDiscerningMethodical() protected method

protected UtmostDiscerningMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

UtmostImpulsive() protected method

protected UtmostImpulsive ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

UtmostMethodical() protected method

protected UtmostMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task

UtmostSingleMindMethodical() protected method

protected UtmostSingleMindMethodical ( ExGatherTag tag ) : System.Threading.Tasks.Task
tag ExGatherTag
return System.Threading.Tasks.Task