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

Method showTimeTrafficInfo

src/main/java/ui/VirtualList.java:1262–1269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1260 }
1261
1262 public void showTimeTrafficInfo() {
1263 StringBuffer mem = new StringBuffer();
1264 mem.append(Time.localDate()).append(" ").append(Time.getTimeWeekDay())
1265 .append("\nTraffic: ")
1266 .append(getTraffic())
1267 ;
1268 showInfo(null, mem.toString());
1269 }
1270
1271 public static String getTraffic() {
1272 long traffic = StaticData.getInstance().traffic;

Callers 1

doKeyActionMethod · 0.95

Calls 6

localDateMethod · 0.95
getTimeWeekDayMethod · 0.95
getTrafficMethod · 0.95
showInfoMethod · 0.95
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected