Interface ServerChangeRulesChannelEvent

  • All Superinterfaces:
    Event, ServerEvent

    public interface ServerChangeRulesChannelEvent
    extends ServerEvent
    A server change rules channel event.
    • Method Detail

      • getOldRulesChannel

        java.util.Optional<ServerTextChannel> getOldRulesChannel()
        Gets the old rules channel of the server.
        Returns:
        The old rules channel of the server.
      • getNewRulesChannel

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