C# 클래스 ExBuddy.OrderBotTags.Gather.Rotations.SmartGatheringRotation

상속: GatheringRotation
파일 보기 프로젝트 열기: MGramolini/ExBuddy

공개 메소드들

메소드 설명
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