Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setModificatorCode
Method · 0.95
keyExecute
Method · 0.80
rmsUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected