Package net.citizensnpcs.api.ai.speech
Interface SpeechController
public interface SpeechController
Represents the NPCs speech abilities. Uses 
SpeechContexts which contain messages and recipients.- 
Method SummaryModifier and TypeMethodDescriptionvoidspeak(SpeechContext message) Sends the speechController'sNPCandSpeechContext.
- 
Method Details- 
speakSends the speechController'sNPCandSpeechContext.- Parameters:
- message- The message to speak
 
 
-