MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getTimeWeekDay

Method getTimeWeekDay

src/main/java/ui/Time.java:251–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 }
250
251 public static String getTimeWeekDay() {
252 StringBuffer s=new StringBuffer(localWeekDay());
253 s.append(" ").append(localTime());
254
255 return s.toString();
256 }
257}

Callers 2

setInfoMethod · 0.95
showTimeTrafficInfoMethod · 0.95

Calls 4

localWeekDayMethod · 0.95
localTimeMethod · 0.95
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected