Package net.citizensnpcs.api.ai.speech
Interface SpeechController
public interface SpeechController
Represents the NPCs speech abilities. Uses
SpeechContext
s which contain messages and recipients.-
Method Summary
Modifier and TypeMethodDescriptionvoid
speak
(SpeechContext message) Sends the speechController'sNPC
andSpeechContext
.
-
Method Details
-
speak
Sends the speechController'sNPC
andSpeechContext
.- Parameters:
message
- The message to speak
-