Interface RconService
-
public interface RconService
Manages Rcon-related settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRconEnabled()
Tests whether Rcon is enabled for this service.java.lang.String
rconPassword()
Gets the Rcon password for this service.
-
-
-
Method Detail
-
isRconEnabled
boolean isRconEnabled()
Tests whether Rcon is enabled for this service.Rcon allows commands to be remotely run on the server, after Rcon client have authenticated with a password.
- Returns:
- Where Rcon is enabled
-
rconPassword
java.lang.String rconPassword()
Gets the Rcon password for this service.This password is used by Rcon clients to authenticate.
- Returns:
- The Rcon password for this service
-
-