()
| 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; |
nothing calls this directly
no test coverage detected