Class ColonTime
java.lang.Object
us.ajg0702.leaderboards.formatting.Format
us.ajg0702.leaderboards.formatting.formats.ColonTime
-
Constructor Details
-
ColonTime
public ColonTime()
-
-
Method Details
-
matches
Description copied from class:Format
Tests if the provided placeholder (and possibly output) is readable with this format -
toDouble
Description copied from class:Format
Converts the provided input to a double using this format- Specified by:
toDouble
in classFormat
- Parameters:
input
- The string output from the placeholder- Returns:
- A double representing the string format
- Throws:
NumberFormatException
- if the input does not match the format, or some other issue occurred with parsing
-
toFormat
Description copied from class:Format
Converts a double into this format -
getName
-