Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BombusMod
Class · 0.95
getSkin
Method · 0.45
Calls
2
init
Method · 0.95
loadFromStorage
Method · 0.95
Tested by
no test coverage detected