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 ICustomNpcgetNpc()intgetType()
-
-
-
Method Detail
-
getType
int getType()
-
getNpc
ICustomNpc getNpc()
-
-