Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onMatch
Method · 0.95
parseTime
Method · 0.95
onChestSetSlot
Method · 0.95
Calls
4
parse
Method · 0.80
setTime
Method · 0.80
get
Method · 0.65
getInstance
Method · 0.45
Tested by
no test coverage detected