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

Method getMoodString

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

Source from the content-addressed store, hash-verified

753
754//#ifdef PEP
755 public String getMoodString() {
756 StringBuffer mood = null;
757 if (hasMood()) {
758 mood = new StringBuffer(pepMoodName);
759 if (pepMoodText != null) {
760 if (pepMoodText.length() > 0) {
761 mood.append("(").append(pepMoodText).append(")");
762 }
763 }
764 }
765 return (mood != null) ? mood.toString() : null;
766 }
767//#endif
768
769 public int getVHeight() {

Callers 2

getTipStringMethod · 0.95
getSecondStringMethod · 0.95

Calls 3

hasMoodMethod · 0.95
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected