Interface StaticStreamlineServerDataImpl
- All Known Implementing Classes:
CloudServer
,StaticServerDataPacket
,StreamlineServer
public interface StaticStreamlineServerDataImpl
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- The name of the Server (not unique)
-
getPort
int getPort()- Returns:
- Paper / Velocity server port
-
getStopTime
long getStopTime()- Returns:
- Stop the server automatically at a specific date. (In timeMillis) (-1 = disabled)
-
getIp
String getIp()- Returns:
- Paper / Velocity server ip (probably localhost)
-
getGroup
String getGroup()- Returns:
- Get the name of the group
-
getUuid
String getUuid()- Returns:
- Unique server id (name + uuid = full server name)
-