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

Method AlertProfile

src/main/java/Alerts/AlertProfile.java:59–66  ·  view source on GitHub ↗

Creates a new instance of SelectStatus

()

Source from the content-addressed store, hash-verified

57 * Creates a new instance of SelectStatus
58 */
59 public AlertProfile() {
60 super(SR.MS_ALERT_PROFILE);
61 enableListWrapping(true);
62 int p = cf.profile;
63 defp = cf.def_profile;
64
65 moveCursorTo(p);
66 }
67
68 public void commandState() {
69 menuCommands.removeAllElements();

Callers

nothing calls this directly

Calls 2

enableListWrappingMethod · 0.80
moveCursorToMethod · 0.80

Tested by

no test coverage detected