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

Method getColor

src/main/java/Colors/ColorTheme.java:144–146  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

142 }
143
144 public static int getColor(int id) {
145 return ((ColorItem)colorsContainer.elementAt(id)).color;
146 }
147
148 public int getColorByName(String name) {
149 for (Enumeration r=colorsContainer.elements(); r.hasMoreElements();) {

Callers 15

getColorMethod · 0.95
getColorMethod · 0.95
getColorBGndMethod · 0.95
parseMessageMethod · 0.95
getColorMethod · 0.95
getColorMethod · 0.95
getColorBGndMethod · 0.95
drawMethod · 0.95
getMainBarBGndMethod · 0.95
getMainBarBGndBottomMethod · 0.95
getMainBarRGBMethod · 0.95
paintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected