Interface ILine


public interface ILine
  • Method Summary

    Modifier and Type Method Description
    boolean getShowText()  
    java.lang.String getSound()  
    java.lang.String getText()  
    void setShowText​(boolean show)  
    void setSound​(java.lang.String sound)  
    void setText​(java.lang.String text)  
  • Method Details

    • getText

      java.lang.String getText()
    • setText

      void setText​(java.lang.String text)
    • getSound

      java.lang.String getSound()
    • setSound

      void setSound​(java.lang.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)