Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getInstance
Method
getInstance
src/main/java/images/MoodIcons.java:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
private
static
ImageList instance;
48
public
static
ImageList getInstance() {
49
if
(instance==null) instance=
new
MoodIcons();
50
return
instance;
51
}
52
}
53
54
//#endif
Callers
2
MoodItem
Method · 0.95
drawItem
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected