Package us.ajg0702.queue.api
Interface ServerTimeManager
public interface ServerTimeManager
-
Method Summary
Modifier and TypeMethodDescriptionlonggetLastServerChange(AdaptedPlayer player) Gets the time that the player specified was last seen switching servers
-
Method Details
-
getLastServerChange
Gets the time that the player specified was last seen switching servers- Parameters:
player- The player to check- Returns:
- The time that they last switched servers, in milliseconds since midnight, January 1, 1970, UTC
-