Class ConnectedEvent

java.lang.Object
dev.robocode.tankroyale.botapi.events.ConnectedEvent
All Implemented Interfaces:
IEvent

public final class ConnectedEvent extends Object
Event occurring when bot gets connected to server
  • Constructor Details

    • ConnectedEvent

      public ConnectedEvent(URI serverUri)
      Initializes a new instance of the ConnectedEvent class.
      Parameters:
      serverUri - is the URI of the server.
  • Method Details

    • getServerUri

      public URI getServerUri()
      Return the URI of the server.
      Returns:
      the URI of the server.