MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / f

Method f

src/main/java/com/volmit/adapt/util/Form.java:1006–1009  ·  view source on GitHub ↗

Format a long. Changes -10334 into -10,334 @param i the number @return the string representation of the number

(long i)

Source from the content-addressed store, hash-verified

1004 * @return the string representation of the number
1005 */
1006 public static String f(long i) {
1007 instantiate();
1008 return NF.format(i);
1009 }
1010
1011 /**
1012 * Format a number. Changes -10334 into -10,334

Callers 15

notifyXPMethod · 0.95
updateMethod · 0.95
applyLoreMethod · 0.95
addStatsMethod · 0.95
addStatsMethod · 0.95
addStatsMethod · 0.95
addStatsMethod · 0.95
addStatsMethod · 0.95
addStatsMethod · 0.95
addStatsMethod · 0.95
truncateMethod · 0.95
roundMethod · 0.95

Calls 2

instantiateMethod · 0.95
repeatMethod · 0.95

Tested by

no test coverage detected