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

Method getSecondString

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

Source from the content-addressed store, hash-verified

717 }
718
719 public String getSecondString() {
720 if (cf.rosterStatus) {
721 if (statusString != null) {
722 return statusString;
723 }
724//#if PEP
725 return getMoodString();
726//#endif
727 }
728 return null;
729 }
730
731 public int getImageIndex() {
732 if (showComposing == true) {

Callers 4

getVWidthMethod · 0.95
getSecondLengthMethod · 0.95
getVHeightMethod · 0.95
drawItemMethod · 0.95

Calls 1

getMoodStringMethod · 0.95

Tested by

no test coverage detected