Interface ServerTextChannelChangeTopicEvent

    • Method Detail

      • getNewTopic

        java.lang.String getNewTopic()
        Gets the new topic of the channel.
        Returns:
        The new topic of the channel.
      • getOldTopic

        java.lang.String getOldTopic()
        Gets the old topic of the channel.
        Returns:
        The old topic of the channel.