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

Method getCommand

src/main/java/Menu/MyMenu.java:72–76  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

70 }
71
72 public MenuCommand getCommand(int index) {
73 if (index > commands.size() - 1)
74 return null;
75 return (MenuCommand) commands.elementAt(index);
76 }
77}

Callers 1

eventOkMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected