MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / clear

Method clear

src/main/java/ui/controls/PopUp.java:172–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170*/
171
172 public void clear() {
173 if(size()>0)
174 popUps.removeAllElements();
175 }
176
177 private void drawAllStrings(Graphics g, int x, int y) {
178 Vector lines=((PopUpElement)popUps.elementAt(0)).getMessage();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected