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

Method addUnderline

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

Source from the content-addressed store, hash-verified

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
279 public Font getFont() {
280 return font;

Callers 1

parseMessageMethod · 0.95

Calls 1

addElementMethod · 0.95

Tested by

no test coverage detected