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