C# 클래스 Dwarrowdelf.Jobs.AssignmentGroups.FetchItemAssignment

상속: AssignmentGroup
파일 보기 프로젝트 열기: tomba/dwarrowdelf

Private Properties

프로퍼티 타입 설명
FetchItemAssignment System

공개 메소드들

메소드 설명
FetchItemAssignment ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IItemObject item ) : System
FetchItemAssignment ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IItemObject item, DirectionSet positioning ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
AssignOverride ( ILivingObject worker ) : void
OnAssignmentDone ( ) : void
PrepareNextAssignment ( ) : IAssignment

비공개 메소드들

메소드 설명
FetchItemAssignment ( SaveGameContext ctx ) : System

메소드 상세

AssignOverride() 보호된 메소드

protected AssignOverride ( ILivingObject worker ) : void
worker ILivingObject
리턴 void

FetchItemAssignment() 공개 메소드

public FetchItemAssignment ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IItemObject item ) : System
parent IJobObserver
env IEnvironmentObject
location IntVector3
item IItemObject
리턴 System

FetchItemAssignment() 공개 메소드

public FetchItemAssignment ( IJobObserver parent, IEnvironmentObject env, IntVector3 location, IItemObject item, DirectionSet positioning ) : System
parent IJobObserver
env IEnvironmentObject
location IntVector3
item IItemObject
positioning DirectionSet
리턴 System

OnAssignmentDone() 보호된 메소드

protected OnAssignmentDone ( ) : void
리턴 void

PrepareNextAssignment() 보호된 메소드

protected PrepareNextAssignment ( ) : IAssignment
리턴 IAssignment

ToString() 공개 메소드

public ToString ( ) : string
리턴 string