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

Method save

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

Source from the content-addressed store, hash-verified

120 public int getItemCount() { return statusList == null ? 0 : statusList.size(); }
121
122 private void save() {
123 StatusList.getInstance().saveStatusToStorage();
124 }
125
126
127 class StatusForm

Callers 3

resetMethod · 0.80
setClipMethod · 0.80
cmdOkMethod · 0.80

Calls 2

getInstanceMethod · 0.95
saveStatusToStorageMethod · 0.80

Tested by

no test coverage detected