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

Method getFontIndex

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

Source from the content-addressed store, hash-verified

474 }
475
476 public int getFontIndex() {
477 if (cf.showResources) {
478 return (cf.useBoldFont && status < 5) ? 1 : 0;
479 }
480
481 return active() ? 1 : 0;
482 }
483
484 public final String getName() {
485 return (nick == null) ? jid.getBare() : nick;

Callers

nothing calls this directly

Calls 1

activeMethod · 0.95

Tested by

no test coverage detected