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

Method getKeysList

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

Source from the content-addressed store, hash-verified

45 }
46
47 public Vector getKeysList() {
48 Vector newList = new Vector();
49 int size = getFullSize();
50 for (int i = 1; i < size; i++) {
51 newList.addElement(new UserKey((UserKey) keysList.elementAt(i)));
52 }
53 return newList;
54 }
55
56 public Vector getFullKeysList() {
57 return keysList;

Callers 2

keyExecuteMethod · 0.80
rmsUpdateMethod · 0.80

Calls 2

getFullSizeMethod · 0.95
addElementMethod · 0.80

Tested by

no test coverage detected