Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getColor
Method
getColor
src/main/java/ui/MainBar.java:62–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
int
getColor() {
return
ColorTheme.getColor(ColorTheme.BAR_INK); }
63
public
int
getColorBGnd() {
return
ColorTheme.getColor(ColorTheme.BAR_BGND); }
64
65
public
MainBar(
int
size) {
Callers
1
drawItem
Method · 0.95
Calls
1
getColor
Method · 0.95
Tested by
no test coverage detected