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

Method getInstance

src/main/java/ui/keys/UserKeyExec.java:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 private boolean executed;
83
84 public static UserKeyExec getInstance() {
85 if (instance == null)
86 instance = new UserKeyExec();
87 return instance;
88 }
89
90 private UserKeyExec() {
91 init_cmds();

Callers 5

keyPressedMethod · 0.95
doKeyActionMethod · 0.95
UserKeysListMethod · 0.95
cmdOkMethod · 0.95
UserKeysMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected