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

Method getMessage

src/main/java/IE/ArchiveTemplates.java:172–174  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

170 }
171
172 public Msg getMessage(int index) {
173 return archive.msg(index);
174 }
175
176 private void importArchive(String arhPath) {
177 Vector history=importData(arhPath);

Callers 1

exportDataMethod · 0.95

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected