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

Method getMessage

src/main/java/Archive/ArchiveList.java:108–110  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

106 }
107
108 protected Msg getMessage(int index) {
109 return archive.msg(index);
110 }
111
112 public void menuAction(MenuCommand c, VirtualList d) {
113 super.menuAction(c,d);

Callers 2

menuActionMethod · 0.95
pasteDataMethod · 0.95

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected