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

Method getModificator

src/main/java/ui/keys/KeyScheme.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public UserKey getModificator() {
40 return (UserKey) keysList.elementAt(0);
41 }
42
43 public void addKey(UserKey u) {
44 keysList.addElement(u);

Callers 3

setModificatorCodeMethod · 0.95
keyExecuteMethod · 0.80
rmsUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected