Package net.citizensnpcs.api.ai.speech
package net.citizensnpcs.api.ai.speech
-
ClassDescriptionSimple implementation of
SpeechController
which allows a NPC to speak with any registeredVocalChord
.SpeechContext contains information about aNPCSpeechEvent
, including theTalkable
talker, recipients, and message.Represents the NPCs speech abilities using VocalChords registered with theSpeechFactory
.SpeechFactory keeps track of and creates new VocalChord instances, necessary for NPC Speech.Talkable provides an interface for talking to Players, Entities and NPCs.