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

Method doAction

src/main/java/Info/InfoWindow.java:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 siteUrl = new LinkString(StaticData.getInstance().getVersionInfo().getUrl()) {
79
80 public void doAction() {
81 BombusMod.getInstance().platformRequest(StaticData.getInstance().getVersionInfo().getUrl());
82 }
83 };
84 itemsList.addElement(siteUrl);
85

Callers

nothing calls this directly

Calls 5

getInstanceMethod · 0.95
getInstanceMethod · 0.95
getUrlMethod · 0.80
getVersionInfoMethod · 0.80
platformRequestMethod · 0.65

Tested by

no test coverage detected