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

Method setPriority

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

Source from the content-addressed store, hash-verified

72
73 public int getPriority() { return priority; }
74 public void setPriority(int p) { priority=p; }
75
76 public boolean getAutoRespond() { return autoRespond; }
77 public void setAutoRespond(boolean state) { autoRespond=state; }

Callers 2

createFromStreamMethod · 0.95
cmdOkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected