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

Method getAutoRespond

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

Source from the content-addressed store, hash-verified

74 public void setPriority(int p) { priority=p; }
75
76 public boolean getAutoRespond() { return autoRespond; }
77 public void setAutoRespond(boolean state) { autoRespond=state; }
78
79 public String getAutoRespondMessage() { return autoRespondMessage; }

Callers 3

messageStoreMethod · 0.95
saveStatusToStorageMethod · 0.95
StatusFormMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected