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

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

Public Methods

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

Protected Methods

Method Description
ResolveInternalGatheringRotation ( ExGatherTag tag ) : IGatheringRotation
ShouldForceUseRotation ( ExGatherTag tag, uint level ) : bool

Method Details

Prepare() public method

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

ResolveInternalGatheringRotation() protected method

protected ResolveInternalGatheringRotation ( ExGatherTag tag ) : IGatheringRotation
tag ExGatherTag
return IGatheringRotation

ShouldForceGather() public method

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

ShouldForceUseRotation() protected method

protected ShouldForceUseRotation ( ExGatherTag tag, uint level ) : bool
tag ExGatherTag
level uint
return bool