MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / setColor

Method setColor

src/main/java/Colors/ColorsList.java:52–54  ·  view source on GitHub ↗
(int paramName, int value)

Source from the content-addressed store, hash-verified

50 int colorBuffer = -1;
51
52 public void setColor(int paramName, int value) {
53 ((ColorVisualItem)itemsList.elementAt(paramName)).setColor(value);
54 }
55
56 /**
57 * Creates a new instance of ColorsList

Callers 9

drawStringMethod · 0.45
drawItemMethod · 0.45
drawFooterMethod · 0.45
drawCenterCommandMethod · 0.45
drawLeftCommandMethod · 0.45
drawRightCommandMethod · 0.45
menuActionMethod · 0.45
drawItemMethod · 0.45
drawCursorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected