MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getInstance

Method getInstance

src/main/java/Colors/ColorTheme.java:58–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 */
57
58 public static ColorTheme getInstance() {
59 if (instance==null) {
60 instance = new ColorTheme();
61 init();
62 loadFromStorage();
63 }
64 return instance;
65 }
66
67 public static Vector colorsContainer;
68

Callers 2

BombusModClass · 0.95
getSkinMethod · 0.45

Calls 2

initMethod · 0.95
loadFromStorageMethod · 0.95

Tested by

no test coverage detected