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

Method addColor

src/main/java/ui/ComplexString.java:275–275  ·  view source on GitHub ↗
(int colorRGB)

Source from the content-addressed store, hash-verified

273
274 public void addImage(int imageIndex){ addElement(new Integer(imageIndex)); }
275 public void addColor(int colorRGB){ addElement(new Integer(COLOR | colorRGB)); }
276 public void addRAlign(){ addElement(new Integer(RALIGN)); }
277 public void addUnderline(){ addElement(new Integer(UNDERLINE)); }
278

Callers

nothing calls this directly

Calls 1

addElementMethod · 0.95

Tested by

no test coverage detected