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

Method getHeight

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

Source from the content-addressed store, hash-verified

197 }
198
199 private int getHeight() {
200 Vector message=((PopUpElement)popUps.elementAt(0)).getMessage();
201
202 return getFontHeight()*(message.size()-startLine);
203 }
204
205 private int getStrWidth(String string) {
206 return font.stringWidth(string);

Callers 1

paintCustomMethod · 0.95

Calls 3

getFontHeightMethod · 0.95
getMessageMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected