C# Класс ExBuddy.OrderBotTags.Gather.ExGatherTag

Наследование: ExBuddy.OrderBotTags.Behaviors.ExProfileBehavior
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AfterGather Task
BeforeGather Task
BlacklistCurrentNode void
CanUseCordial bool
Cast Task
Cast Task
CastAura Task
CastAura Task
CastTruth Task
ChangeHotSpot Task
CheckForEstimatedGatherRotation void
CheckForGatherRotationOverride void
CloseGatheringWindow Task
ExecutePoiLogic Task
FindGatherSpot bool
FindNode Task
FreeRangeConditional bool
Gather Task
GatherSequence Task
GetKnownRotationTypes System.Type[]
GetOverrideRotation IGatheringRotation
GetTimeToGather TimeToGather
HandleCondition bool
HandleDeath bool
HandleReset bool
HandleSwingsRemaining Task
InteractWithNode Task
InventoryItemCount int
IsConcealed bool
IsEphemeral bool
IsUnspoiled bool
LoadRotationTypes IGatheringRotation>.Dictionary
MoveFromGatherSpot Task
MoveToGatherSpot Task
MoveToHotSpot Task
MovementStopCallback bool
ResetInternal void
ResetOrDone Task
ResolveGatherItem Task
ResolveGatherRotation void
SetFallbackGatherSpot void
SetGatherItem bool
UseCordial Task
WaitForGatherWindowToClose Task
WaitForGpRegain Task

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

Метод Описание
ExGatherTag ( ) : System
GetAdjustedWaitForGp ( int gpBeforeGather, int secondsToStartGathering, CordialType cordialType ) : int?

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

Метод Описание
DoReset ( ) : void
Main ( ) : Task
OnDone ( ) : void
OnStart ( ) : void

Приватные методы

Метод Описание
AfterGather ( ) : Task
BeforeGather ( ) : Task
BlacklistCurrentNode ( ) : void
CanUseCordial ( ushort withinSeconds = 5 ) : bool
Cast ( Ability id ) : Task
Cast ( uint id ) : Task
CastAura ( Ability ability, AbilityAura auraId = AbilityAura.None ) : Task
CastAura ( uint spellId, int auraId = -1 ) : Task
CastTruth ( ) : Task
ChangeHotSpot ( ) : Task
CheckForEstimatedGatherRotation ( ) : void
CheckForGatherRotationOverride ( ) : void
CloseGatheringWindow ( ) : Task
ExecutePoiLogic ( ) : Task
FindGatherSpot ( ) : bool
FindNode ( bool retryCenterHotspot = true ) : Task
FreeRangeConditional ( ) : bool
Gather ( ) : Task
GatherSequence ( ) : Task
GetKnownRotationTypes ( ) : System.Type[]
GetOverrideRotation ( ) : IGatheringRotation
GetTimeToGather ( ) : TimeToGather
HandleCondition ( ) : bool
HandleDeath ( ) : bool
HandleReset ( ) : bool
HandleSwingsRemaining ( ) : Task
InteractWithNode ( ) : Task
InventoryItemCount ( ) : int
IsConcealed ( ) : bool
IsEphemeral ( ) : bool
IsUnspoiled ( ) : bool
LoadRotationTypes ( ) : IGatheringRotation>.Dictionary
MoveFromGatherSpot ( ) : Task
MoveToGatherSpot ( ) : Task
MoveToHotSpot ( ) : Task
MovementStopCallback ( float distance, float radius ) : bool
ResetInternal ( ) : void
ResetOrDone ( ) : Task
ResolveGatherItem ( ) : Task
ResolveGatherRotation ( ) : void
SetFallbackGatherSpot ( Vector3 location, bool useMesh ) : void
SetGatherItem ( ICollection windowItems ) : bool
UseCordial ( CordialType cordialType, int maxTimeoutSeconds = 5 ) : Task
WaitForGatherWindowToClose ( ) : Task
WaitForGpRegain ( int waitForGp ) : Task

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

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

protected DoReset ( ) : void
Результат void

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

public ExGatherTag ( ) : System
Результат System

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

public GetAdjustedWaitForGp ( int gpBeforeGather, int secondsToStartGathering, CordialType cordialType ) : int?
gpBeforeGather int
secondsToStartGathering int
cordialType CordialType
Результат int?

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

protected Main ( ) : Task
Результат Task

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

protected OnDone ( ) : void
Результат void

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

protected OnStart ( ) : void
Результат void