Interface ServerChangeSystemChannelEvent

  • All Superinterfaces:
    Event, ServerEvent

    public interface ServerChangeSystemChannelEvent
    extends ServerEvent
    A server change system channel event.
    • Method Detail

      • getOldSystemChannel

        java.util.Optional<ServerTextChannel> getOldSystemChannel()
        Gets the old system channel of the server.
        Returns:
        The old system channel of the server.
      • getNewSystemChannel

        java.util.Optional<ServerTextChannel> getNewSystemChannel()
        Gets the new system channel of the server.
        Returns:
        The new system channel of the server.