C# Class Dwarrowdelf.Jobs.JobGroups.FetchItems

Inheritance: JobGroup
Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnSubJobDone ( IJob job ) : void

Method Details

FetchItems() public méthode

public FetchItems ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IEnumerable items ) : System
parent IJobObserver
env IEnvironmentObject
location IntVector3
items IEnumerable
Résultat System

FetchItems() public méthode

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

FetchItems() public méthode

public FetchItems ( SaveGameContext ctx ) : System
ctx SaveGameContext
Résultat System

OnSubJobDone() protected méthode

protected OnSubJobDone ( IJob job ) : void
job IJob
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string