MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / setColor

Method setColor

src/main/java/Colors/ColorTheme.java:136–138  ·  view source on GitHub ↗
(int id, int color)

Source from the content-addressed store, hash-verified

134 }
135
136 public static void setColor(int id, int color) {
137 ((ColorItem)colorsContainer.elementAt(id)).color=color;
138 }
139
140 public static String getName(int id) {
141 return ((ColorItem)colorsContainer.elementAt(id)).name;

Callers 2

setValueMethod · 0.95
menuActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected