Uses of Class
net.citizensnpcs.api.ai.speech.SpeechContext
Packages that use SpeechContext
Package
Description
-
Uses of SpeechContext in net.citizensnpcs
Methods in net.citizensnpcs with parameters of type SpeechContext -
Uses of SpeechContext in net.citizensnpcs.api
Methods in net.citizensnpcs.api with parameters of type SpeechContextModifier and TypeMethodDescriptionstatic void
CitizensAPI.talk
(SpeechContext context) void
CitizensPlugin.talk
(SpeechContext context) -
Uses of SpeechContext in net.citizensnpcs.api.ai.speech
Methods in net.citizensnpcs.api.ai.speech that return SpeechContextModifier and TypeMethodDescriptionSpeechContext.addRecipient
(Entity entity) Adds a directTalkable
recipient.SpeechContext.addRecipients
(List<Talkable> talkables) Adds a list ofTalkable
recipients.Methods in net.citizensnpcs.api.ai.speech with parameters of type SpeechContextModifier and TypeMethodDescriptionvoid
SpeechController.speak
(SpeechContext message) Sends the speechController'sNPC
andSpeechContext
.void
Talkable.talkNear
(SpeechContext context, String message) Called when talking near this Talkable Entity to provide a universal method to getting an event/output.void
TalkableEntity.talkNear
(SpeechContext context, String text) void
Talkable.talkTo
(SpeechContext context, String message) Called when talking to this Talkable Entity to provide a universal method to getting an event/output.void
TalkableEntity.talkTo
(SpeechContext context, String text) -
Uses of SpeechContext in net.citizensnpcs.api.ai.speech.event
Methods in net.citizensnpcs.api.ai.speech.event that return SpeechContextModifier and TypeMethodDescriptionNPCSpeechEvent.getContext()
SpeechEvent.getContext()
Gets theSpeechContext
associated with the SpeechEvent.Constructors in net.citizensnpcs.api.ai.speech.event with parameters of type SpeechContextModifierConstructorDescriptionNPCSpeechEvent
(SpeechContext context) SpeechBystanderEvent
(Talkable target, SpeechContext context, String message) SpeechEvent
(Talkable target, SpeechContext context, String message) SpeechTargetedEvent
(Talkable target, SpeechContext context, String message) -
Uses of SpeechContext in net.citizensnpcs.util
Methods in net.citizensnpcs.util with parameters of type SpeechContext