Interface ILine


public interface ILine
  • Method Details

    • getText

      String getText()
    • setText

      void setText(String text)
    • getSound

      String getSound()
    • setSound

      void setSound(String sound)
    • getShowText

      boolean getShowText()
      Returns:
      If false the text will not show in the chat only in the text bubble
    • setShowText

      void setShowText(boolean show)