Package noppes.npcs.api.entity.data
Interface INPCAdvanced
public interface INPCAdvanced
-
Method Summary
-
Method Details
-
setLine
- Parameters:
type
- 0:Interact, 1:Attack, 2:Level, 3:Killed, 4:Kill, 5:NPC Interactslot
- 0-7
-
getLine
- Parameters:
type
- 0:Interact, 1:Attack, 2:Level, 3:Killed, 4:Kill, 5:NPC Interactslot
- 0-7
-
getLineCount
int getLineCount(int type) - Parameters:
type
- 0:Interact, 1:Attack, 2:Level, 3:Killed, 4:Kill, 5:NPC Interact
-
getSound
- Parameters:
type
- 0:Idle, 1:Angry, 2:Hurt, 3:Death, 4:Step
-
setSound
- Parameters:
type
- 0:Idle, 1:Angry, 2:Hurt, 3:Death, 4:Step
-