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

Method removeFromFullKeysList

src/main/java/ui/keys/KeyScheme.java:66–68  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

64*/
65
66 public void removeFromFullKeysList(int index) {
67 keysList.removeElementAt(index);
68 }
69
70 private void copyFrom(KeyScheme keyScheme) {
71 keysList = new Vector();

Callers 1

menuActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected