Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getItemColor
Method
getItemColor
src/main/java/Colors/ColorVisualItem.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
public
void
setColor(
int
color) { this.color=color; }
56
57
public
int
getItemColor() {
58
return
color;
59
}
60
61
public
String toString() {
return
(locale==null)?name:locale; }
62
Callers
1
menuAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected