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 TalkableClasses in net.citizensnpcs.api.ai.speech that implement interfaces with type arguments of type TalkableModifier and TypeClassDescriptionclassSpeechContext contains information about aNPCSpeechEvent, including theTalkabletalker, recipients, and message.Methods 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 ofTalkablerecipients. -
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)