MCPcopy Create free account
hub / github.com/Garten/sourcecraft / setUponShowFile

Method setUponShowFile

src/gui/Gui.java:295–297  ·  view source on GitHub ↗
(Runnable uponShowFile)

Source from the content-addressed store, hash-verified

293 }
294
295 public void setUponShowFile(Runnable uponShowFile) {
296 this.resultPanel.setUponShowFile(uponShowFile);
297 }
298
299 public void setLabelTexturesFound(String text) {
300 this.resultPanel.setLabelTexturesFound(text);

Callers 1

initResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected