C# Class ExBuddy.OrderBotTags.Fish.ExFishTag

Inheritance: ExBuddy.OrderBotTags.Behaviors.ExProfileBehavior
ファイルを表示 Open project: MGramolini/ExBuddy Class Usage Examples

Protected Properties

Property Type Description
FishRegex System.Text.RegularExpressions.Regex
FishResult FishResult
FishSizeRegex System.Text.RegularExpressions.Regex
SitRng System.Random

Private Properties

Property Type Description
CanDoAbility bool
CanUseCordial bool
DoAbility bool
HandleBait Task
HandleCollectable Task
HandleCordial Task
MovementStopCallback bool
UseCordial Task

Public Methods

Method Description
IsFishing ( ) : bool

Protected Methods

Method 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

Method 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 method

protected Cast ( ) : void
return void

ChangeFishSpot() protected method

protected ChangeFishSpot ( ) : void
return void

ConditionCheck() protected method

protected ConditionCheck ( ) : bool
return bool

CreateBehavior() protected method

protected CreateBehavior ( ) : Composite
return Composite

DoCleanup() protected method

protected DoCleanup ( ) : void
return void

DoReset() protected method

protected DoReset ( ) : void
return void

FaceFishSpot() protected method

protected FaceFishSpot ( ) : void
return void

GetFishLimit() protected method

protected GetFishLimit ( ) : int
return int

GoFish() protected method

protected GoFish ( ) : Composite
return Composite

IsFishing() public static method

public static IsFishing ( ) : bool
return bool

Main() protected method

protected Main ( ) : Task
return Task

MoochConditionCheck() protected method

protected MoochConditionCheck ( ) : bool
return bool

OnDone() protected method

protected OnDone ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

ResetMooch() protected method

protected ResetMooch ( ) : void
return void

SetFishResult() protected method

protected SetFishResult ( string message ) : void
message string
return void

ShuffleFishSpots() protected method

protected ShuffleFishSpots ( ) : void
return void

Property Details

FishRegex protected_oe static_oe property

protected static Regex,System.Text.RegularExpressions FishRegex
return System.Text.RegularExpressions.Regex

FishResult protected_oe static_oe property

protected static FishResult,ExBuddy.OrderBotTags.Fish FishResult
return FishResult

FishSizeRegex protected_oe static_oe property

protected static Regex,System.Text.RegularExpressions FishSizeRegex
return System.Text.RegularExpressions.Regex

SitRng protected_oe static_oe property

protected static Random,System SitRng
return System.Random