Interface VocalChord


public interface VocalChord
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the vocal chord used in the registration process.
    void
    Called when an NPC's SpeechController needs to output some text to a Talkable entity.
  • Method Details

    • getName

      String getName()
      Returns the name of the vocal chord used in the registration process.
      Returns:
      name of the VocalChord
    • talk

      void talk(SpeechContext context)
      Called when an NPC's SpeechController needs to output some text to a Talkable entity.
      Parameters:
      context - The SpeechContext with talk information