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

Method hasNewMsgs

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

Source from the content-addressed store, hash-verified

280 }
281
282 public final boolean hasNewMsgs() {
283 return getNewMsgsCount() > 0;
284 }
285
286 public int getNewHighliteMsgsCount() {
287 if (newHighLitedMsgCnt > 0) {

Callers 1

Calls 1

getNewMsgsCountMethod · 0.95

Tested by

no test coverage detected