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

Method getMessage

src/main/java/Client/ExtendedStatus.java:70–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 public String getName() { return name; }
69
70 public String getMessage() { return status; }
71 public void setMessage(String s) { status=s; }
72
73 public int getPriority() { return priority; }

Callers 10

setAutoAwayMethod · 0.95
setAutoXaMethod · 0.95
restoreStatusMethod · 0.95
sendPresenceMethod · 0.95
sendDirectPresenceMethod · 0.95
saveStatusToStorageMethod · 0.95
StatusFormMethod · 0.45
askReconnectMethod · 0.45
logoffMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected