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

Method MessageUrl

src/main/java/Messages/MessageUrl.java:59–64  ·  view source on GitHub ↗

Creates a new instance of MessageUrl @param urlList

(Vector urlList)

Source from the content-addressed store, hash-verified

57 * @param urlList
58 */
59 public MessageUrl(Vector urlList) {
60 super("URLs");
61
62 loadItemsFrom(urlList);
63 enableListWrapping(true);
64 }
65
66 public void menuAction(MenuCommand c, VirtualList d) {
67 super.menuAction(c, d);

Callers

nothing calls this directly

Calls 2

loadItemsFromMethod · 0.80
enableListWrappingMethod · 0.80

Tested by

no test coverage detected