C# Class ExBuddy.OrderBotTags.Gather.ExGatherTag

Inheritance: ExBuddy.OrderBotTags.Behaviors.ExProfileBehavior
Afficher le fichier Open project: MGramolini/ExBuddy

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
ExGatherTag ( ) : System
GetAdjustedWaitForGp ( int gpBeforeGather, int secondsToStartGathering, CordialType cordialType ) : int?

Méthodes protégées

Méthode Description
DoReset ( ) : void
Main ( ) : Task
OnDone ( ) : void
OnStart ( ) : void

Private Methods

Méthode Description
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

Method Details

DoReset() protected méthode

protected DoReset ( ) : void
Résultat void

ExGatherTag() public méthode

public ExGatherTag ( ) : System
Résultat System

GetAdjustedWaitForGp() public méthode

public GetAdjustedWaitForGp ( int gpBeforeGather, int secondsToStartGathering, CordialType cordialType ) : int?
gpBeforeGather int
secondsToStartGathering int
cordialType CordialType
Résultat int?

Main() protected méthode

protected Main ( ) : Task
Résultat Task

OnDone() protected méthode

protected OnDone ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void