C# Class EasyFarm.States.PullState

Inheritance: CombatState
Datei anzeigen Open project: EasyFarm/EasyFarm

Public Methods

Method Description
Check ( ) : bool

Allow component to run when moves need to be triggered or FightStarted state needs updating.

Enter ( ) : void
Exit ( ) : void

Handle all cases of setting fight started to proper values so other components can fire.

PullState ( IMemoryAPI fface ) : System.Linq
Run ( ) : void

Use pulling moves if applicable to make the target mob aggressive to us.

Method Details

Check() public method

Allow component to run when moves need to be triggered or FightStarted state needs updating.
public Check ( ) : bool
return bool

Enter() public method

public Enter ( ) : void
return void

Exit() public method

Handle all cases of setting fight started to proper values so other components can fire.
public Exit ( ) : void
return void

PullState() public method

public PullState ( IMemoryAPI fface ) : System.Linq
fface IMemoryAPI
return System.Linq

Run() public method

Use pulling moves if applicable to make the target mob aggressive to us.
public Run ( ) : void
return void