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

Method getInstance

src/main/java/Client/Config.java:206–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 // End of "save to storage".
205
206 public static Config getInstance() {
207 if (instance == null) {
208 instance = new Config();
209 }
210 return instance;
211 }
212
213 /** Creates a new instance of Config */
214 private Config() {

Callers 15

onReceiveMethod · 0.95
getFontMethod · 0.95
drawStringMethod · 0.95
ConfigFontsMethod · 0.95
loadLangMethod · 0.95
AffiliationsMethod · 0.95
askInetSrvMethod · 0.95
getVHeightMethod · 0.95
drawItemMethod · 0.95
MessageListMethod · 0.95
parseMsgMethod · 0.95
getNotificatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected