Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getColor
Method
getColor
src/main/java/PEP/MoodItem.java:56–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
public
int
getImageIndex() {
return
iconIndex; }
56
public
int
getColor() {
return
ColorTheme.getColor(ColorTheme.CONTACT_DEFAULT); }
57
public
String toString() {
return
label; }
58
public
String getTipString() {
return
name; }
59
Callers
nothing calls this directly
Calls
1
getColor
Method · 0.95
Tested by
no test coverage detected