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

Method InputPanel

src/gui/panel/InputPanel.java:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 private RunnableWith<World> uponWorldSelected = world -> RunnableEmpty.doNothing();
84
85 public InputPanel() {
86 this.initialize();
87 }
88
89 public void setUponContinue(Runnable uponContinue) {
90 this.uponContinue = uponContinue;

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected