C# Класс ExBuddy.OrderBotTags.Gather.Rotations.SmartGatheringRotation

Наследование: GatheringRotation
Показать файл Открыть проект

Открытые методы

Метод Описание
Prepare ( ExGatherTag tag ) : Task
ShouldForceGather ( ExGatherTag tag ) : bool

Защищенные методы

Метод Описание
ResolveInternalGatheringRotation ( ExGatherTag tag ) : IGatheringRotation
ShouldForceUseRotation ( ExGatherTag tag, uint level ) : bool

Описание методов

Prepare() публичный Метод

public Prepare ( ExGatherTag tag ) : Task
tag ExGatherTag
Результат Task

ResolveInternalGatheringRotation() защищенный Метод

protected ResolveInternalGatheringRotation ( ExGatherTag tag ) : IGatheringRotation
tag ExGatherTag
Результат IGatheringRotation

ShouldForceGather() публичный Метод

public ShouldForceGather ( ExGatherTag tag ) : bool
tag ExGatherTag
Результат bool

ShouldForceUseRotation() защищенный Метод

protected ShouldForceUseRotation ( ExGatherTag tag, uint level ) : bool
tag ExGatherTag
level uint
Результат bool