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

Method cmdOk

src/main/java/Client/StatusSelect.java:165–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 public void cmdOk() {
166 if (status.getImageIndex()<5) {
167 status.setAutoRespondMessage(tfAutoRespondMessage.getValue());
168 status.setAutoRespond(autoRespond.getValue());
169 }
170 status.setMessage(tfMessage.getValue());
171 status.setPriority(Integer.parseInt(tfPriority.getValue()));
172
173 save();
174
175 destroyView();
176 }
177 }
178}

Callers

nothing calls this directly

Calls 8

setAutoRespondMessageMethod · 0.80
setAutoRespondMethod · 0.80
setMessageMethod · 0.80
setPriorityMethod · 0.80
saveMethod · 0.80
getImageIndexMethod · 0.45
getValueMethod · 0.45
destroyViewMethod · 0.45

Tested by

no test coverage detected