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

Method addElement

src/main/java/ui/ComplexString.java:268–272  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

266 }
267
268 public void addElement(Object obj) {
269 height=0;
270 width=0; // discarding cached values
271 super.addElement(obj);
272 }
273
274 public void addImage(int imageIndex){ addElement(new Integer(imageIndex)); }
275 public void addColor(int colorRGB){ addElement(new Integer(COLOR | colorRGB)); }

Callers 15

parseMessageMethod · 0.95
addImageMethod · 0.95
addColorMethod · 0.95
addRAlignMethod · 0.95
addUnderlineMethod · 0.95
addCommandUIMethod · 0.80
ConfigFontsMethod · 0.80
addMethod · 0.80
updateViewMethod · 0.80
PrivacyFormMethod · 0.80
PrivacySelectMethod · 0.80
blockArrivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected