Interface | Description |
---|---|
SpeechController |
Represents the NPCs speech abilities using VocalChords registered with the
SpeechFactory . |
SpeechFactory |
SpeechFactory keeps track of and creates new VocalChord instances, necessary for NPC Speech.
|
Talkable |
Talkable provides an interface for talking to Players, Entities and NPCs.
|
VocalChord |
Class | Description |
---|---|
SimpleSpeechController |
Simple implementation of
SpeechController which allows a NPC to speak with any registered VocalChord . |
SpeechContext |
SpeechContext contains information about a
NPCSpeechEvent , including the Talkable talker, recipients,
and message. |
Copyright © 2021. All rights reserved.