Interface SlowBotDisconnectEvent

    • Method Detail

      • getIP

        java.lang.String getIP()
        Gives the IP that will be blacklisted or kicked.
        Returns:
        the ip where this event has effect on
      • isBlacklisting

        boolean isBlacklisting()
        Gives if the IP is supposed to be blacklisted or only be kicked.
        Returns:
        true if the IP will be blacklisted, false if the IP will be kicked only.