MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / parseTimeFormatToMillis

Method parseTimeFormatToMillis

Utils/src/eu/the5zig/util/Utils.java:390–392  ·  view source on GitHub ↗
(String time)

Source from the content-addressed store, hash-verified

388 }
389
390 public static long parseTimeFormatToMillis(String time) {
391 return parseTimeFormatToMillis(time, "HH:mm:ss");
392 }
393
394 /**
395 * Parses a Time-String to the duration in milliseconds.

Callers 3

onMatchMethod · 0.95
parseTimeMethod · 0.95
onChestSetSlotMethod · 0.95

Calls 4

parseMethod · 0.80
setTimeMethod · 0.80
getMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected