Interface RconConnection

All Superinterfaces:
Audience, Contextual, Pointered, RemoteConnection, Subject

public interface RconConnection extends Audience, RemoteConnection, Subject
Represents a connection by an RCON client.
  • Method Details

    • isAuthorized

      boolean isAuthorized()
      Gets whether this client is authorized.
      Returns:
      Whether this client is authorized
    • setAuthorized

      void setAuthorized(boolean authorized)
      Sets whether this client is authorized.
      Parameters:
      authorized - true if authorized, false otherwise