Package noppes.npcs.api.jobs
Interface IJob
-
- All Known Subinterfaces:
IJobBard
,IJobConversation
,IJobFollower
,IJobGuard
,IJobHealer
,IJobItemGiver
,IJobSpawner
public interface IJob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICustomNpc
getNpc()
int
getType()
-
-
-
Method Detail
-
getType
int getType()
-
getNpc
ICustomNpc getNpc()
-
-