Uses of Interface
net.citizensnpcs.api.ai.speech.Talkable
Packages that use Talkable
-
Uses of Talkable in net.citizensnpcs.api.ai.speech
Classes in net.citizensnpcs.api.ai.speech that implement TalkableMethods in net.citizensnpcs.api.ai.speech that return TalkableMethods in net.citizensnpcs.api.ai.speech that return types with arguments of type TalkableMethod parameters in net.citizensnpcs.api.ai.speech with type arguments of type TalkableModifier and TypeMethodDescriptionSpeechContext.addRecipients
(List<Talkable> talkables) Adds a list ofTalkable
recipients. -
Uses of Talkable in net.citizensnpcs.api.ai.speech.event
Constructors in net.citizensnpcs.api.ai.speech.event with parameters of type TalkableModifierConstructorDescriptionSpeechBystanderEvent
(Talkable target, SpeechContext context, String message) SpeechEvent
(Talkable target, SpeechContext context, String message) SpeechTargetedEvent
(Talkable target, SpeechContext context, String message)