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

Method setModificatorCode

src/main/java/ui/keys/KeyScheme.java:35–37  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

33 }
34
35 public void setModificatorCode(int key) {
36 getModificator().key = key;
37 }
38
39 public UserKey getModificator() {
40 return (UserKey) keysList.elementAt(0);

Callers 2

loadFromStorageMethod · 0.95
loadFromFileMethod · 0.95

Calls 1

getModificatorMethod · 0.95

Tested by

no test coverage detected