Uses of Interface
net.citizensnpcs.api.ai.speech.Talkable
-
Uses of Talkable in net.citizensnpcs.api.ai.speech
Modifier and TypeMethodDescriptionSpeechContext.addRecipients
(List<Talkable> talkables) Adds a list ofTalkable
recipients. -
Uses of Talkable in net.citizensnpcs.api.ai.speech.event
ModifierConstructorDescriptionSpeechBystanderEvent
(Talkable target, SpeechContext context, String message) SpeechEvent
(Talkable target, SpeechContext context, String message) SpeechTargetedEvent
(Talkable target, SpeechContext context, String message)