Interface RconService
- 
 public interface RconServiceManages Rcon-related settings.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRconEnabled()Tests whether Rcon is enabled for this service.StringrconPassword()Gets the Rcon password for this service.
 
- 
- 
- 
Method Detail- 
isRconEnabledboolean 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
 
 - 
rconPasswordString rconPassword() Gets the Rcon password for this service.This password is used by Rcon clients to authenticate. - Returns:
- The Rcon password for this service
 
 
- 
 
-