Interface FallbackInspector


public interface FallbackInspector
Fallback Server Inspector Layout Class
  • Method Summary

    Modifier and Type
    Method
    Description
    inspect(ProxiedPlayer player, ServerInfo server)
    Inspect a fallback server and modify its confidence score
  • Method Details

    • inspect

      Double inspect(ProxiedPlayer player, ServerInfo server)
      Inspect a fallback server and modify its confidence score
      Parameters:
      player - Player that requested (may be null)
      server - Server to inspect
      Returns:
      A Positive Value to add points, a Negative Value to subtract points, a Null Value to invalidate the server, or a Zero Value to do nothing