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

Method getPriority

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

Source from the content-addressed store, hash-verified

71 public void setMessage(String s) { status=s; }
72
73 public int getPriority() { return priority; }
74 public void setPriority(int p) { priority=p; }
75
76 public boolean getAutoRespond() { return autoRespond; }

Callers 6

sendPresenceMethod · 0.95
sendDirectPresenceMethod · 0.95
saveStatusToStorageMethod · 0.95
addCommandUIMethod · 0.45
compareMethod · 0.45
StatusFormMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected