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

Method getInstance

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

Source from the content-addressed store, hash-verified

43 private static Stats instance;
44
45 public static Stats getInstance(){
46 if (instance==null) {
47 instance=new Stats();
48 instance.loadFromStorage();
49 }
50 return instance;
51 }
52
53 public long getLatest(){
54 return latestTraffic;

Callers 2

StatsWindowClass · 0.95
logoffMethod · 0.95

Calls 1

loadFromStorageMethod · 0.45

Tested by

no test coverage detected