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

Method setMessage

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

Source from the content-addressed store, hash-verified

69
70 public String getMessage() { return status; }
71 public void setMessage(String s) { status=s; }
72
73 public int getPriority() { return priority; }
74 public void setPriority(int p) { priority=p; }

Callers 2

createFromStreamMethod · 0.95
cmdOkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected