MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / menuAction

Method menuAction

src/main/java/Alerts/AlertProfile.java:113–119  ·  view source on GitHub ↗
(MenuCommand c, VirtualList d)

Source from the content-addressed store, hash-verified

111 }
112
113 public void menuAction(MenuCommand c, VirtualList d) {
114 if (c == cmdDef) {
115 cf.def_profile = defp = cursor;
116 cf.saveToStorage();
117 redraw();
118 }
119 }
120
121 public void eventOk() {
122 cf.profile = cursor;

Callers

nothing calls this directly

Calls 2

saveToStorageMethod · 0.45
redrawMethod · 0.45

Tested by

no test coverage detected