C# Class ExBuddy.OrderBotTags.Fish.ExFishTag

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

Protected Properties

Свойство Type Description
FishRegex System.Text.RegularExpressions.Regex
FishResult FishResult
FishSizeRegex System.Text.RegularExpressions.Regex
SitRng System.Random

Private Properties

Свойство Type Description
CanDoAbility bool
CanUseCordial bool
DoAbility bool
HandleBait Task
HandleCollectable Task
HandleCordial Task
MovementStopCallback bool
UseCordial Task

Méthodes publiques

Méthode Description
IsFishing ( ) : bool

Méthodes protégées

Méthode Description
Cast ( ) : void
ChangeFishSpot ( ) : void
ConditionCheck ( ) : bool
CreateBehavior ( ) : Composite
DoCleanup ( ) : void
DoReset ( ) : void
FaceFishSpot ( ) : void
GetFishLimit ( ) : int
GoFish ( ) : Composite
Main ( ) : Task
MoochConditionCheck ( ) : bool
OnDone ( ) : void
OnStart ( ) : void
ResetMooch ( ) : void
SetFishResult ( string message ) : void
ShuffleFishSpots ( ) : void

Private Methods

Méthode Description
CanDoAbility ( Abilities ability ) : bool
CanUseCordial ( ushort withinSeconds = 5 ) : bool
DoAbility ( Abilities ability ) : bool
HandleBait ( ) : Task
HandleCollectable ( ) : Task
HandleCordial ( ) : Task
MovementStopCallback ( float distance, float radius ) : bool
UseCordial ( CordialType cordialType, int maxTimeoutSeconds = 5 ) : Task

Method Details

Cast() protected méthode

protected Cast ( ) : void
Résultat void

ChangeFishSpot() protected méthode

protected ChangeFishSpot ( ) : void
Résultat void

ConditionCheck() protected méthode

protected ConditionCheck ( ) : bool
Résultat bool

CreateBehavior() protected méthode

protected CreateBehavior ( ) : Composite
Résultat Composite

DoCleanup() protected méthode

protected DoCleanup ( ) : void
Résultat void

DoReset() protected méthode

protected DoReset ( ) : void
Résultat void

FaceFishSpot() protected méthode

protected FaceFishSpot ( ) : void
Résultat void

GetFishLimit() protected méthode

protected GetFishLimit ( ) : int
Résultat int

GoFish() protected méthode

protected GoFish ( ) : Composite
Résultat Composite

IsFishing() public static méthode

public static IsFishing ( ) : bool
Résultat bool

Main() protected méthode

protected Main ( ) : Task
Résultat Task

MoochConditionCheck() protected méthode

protected MoochConditionCheck ( ) : bool
Résultat bool

OnDone() protected méthode

protected OnDone ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

ResetMooch() protected méthode

protected ResetMooch ( ) : void
Résultat void

SetFishResult() protected méthode

protected SetFishResult ( string message ) : void
message string
Résultat void

ShuffleFishSpots() protected méthode

protected ShuffleFishSpots ( ) : void
Résultat void

Property Details

FishRegex protected_oe static_oe property

protected static Regex,System.Text.RegularExpressions FishRegex
Résultat System.Text.RegularExpressions.Regex

FishResult protected_oe static_oe property

protected static FishResult,ExBuddy.OrderBotTags.Fish FishResult
Résultat FishResult

FishSizeRegex protected_oe static_oe property

protected static Regex,System.Text.RegularExpressions FishSizeRegex
Résultat System.Text.RegularExpressions.Regex

SitRng protected_oe static_oe property

protected static Random,System SitRng
Résultat System.Random