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

Method getAllTraffic

src/main/java/Statistic/Stats.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public long getAllTraffic(){
58 return traffic+getCurrentTraffic();
59 }
60
61 public int getSessionsCount(){
62 return sessions;

Callers 1

StatsWindowMethod · 0.80

Calls 1

getCurrentTrafficMethod · 0.95

Tested by

no test coverage detected