C# Class Dwarrowdelf.Jobs.JobGroups.FetchItems

Inheritance: JobGroup
Show file Open project: tomba/dwarrowdelf

Public Methods

Method Description
FetchItems ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IEnumerable items ) : System
FetchItems ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IEnumerable items, DirectionSet positioning ) : System
FetchItems ( SaveGameContext ctx ) : System
ToString ( ) : string

Protected Methods

Method Description
OnSubJobDone ( IJob job ) : void

Method Details

FetchItems() public method

public FetchItems ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IEnumerable items ) : System
parent IJobObserver
env IEnvironmentObject
location IntVector3
items IEnumerable
return System

FetchItems() public method

public FetchItems ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IEnumerable items, DirectionSet positioning ) : System
parent IJobObserver
env IEnvironmentObject
location IntVector3
items IEnumerable
positioning DirectionSet
return System

FetchItems() public method

public FetchItems ( SaveGameContext ctx ) : System
ctx SaveGameContext
return System

OnSubJobDone() protected method

protected OnSubJobDone ( IJob job ) : void
job IJob
return void

ToString() public method

public ToString ( ) : string
return string