public interface SpeechController
SpeechFactory
. Uses
SpeechContext
s which contain messages and recipients.Modifier and Type | Method and Description |
---|---|
void |
speak(SpeechContext message)
|
void |
speak(SpeechContext message,
String vocalChordName)
|
void speak(SpeechContext message)
NPC
and SpeechContext
to the current default VocalChord
for
the NPC. If none, the default VocalChord
is used.message
- The message to speakvoid speak(SpeechContext message, String vocalChordName)
message
- The message to speakvocalChordName
- the registered VocalChord
nameCopyright © 2021. All rights reserved.