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

Method getFirstLength

src/main/java/Client/Contact.java:693–701  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691 }
692
693 public int getFirstLength() {
694 if (getFirstString() == null) {
695 return 0;
696 }
697 if (getFirstString().length() == 0) {
698 return 0;
699 }
700 return getFont().stringWidth(getFirstString());
701 }
702
703 public String getFirstString() {
704 if (!cf.showResources) {

Callers 2

getVWidthMethod · 0.95
drawItemMethod · 0.95

Calls 3

getFirstStringMethod · 0.95
stringWidthMethod · 0.65
getFontMethod · 0.65

Tested by

no test coverage detected