()
| 92 | } |
| 93 | |
| 94 | public void addBottomDoneButton() { |
| 95 | addButton(MinecraftFactory.getVars().createButton(200, getWidth() / 2 - 100, getHeight() - 32, MinecraftFactory.getVars().translate("gui.done"))); |
| 96 | } |
| 97 | |
| 98 | public void addCancelButton() { |
| 99 | addButton(MinecraftFactory.getVars().createButton(200, getWidth() / 2 - 100, getHeight() / 6 + 168, MinecraftFactory.getVars().translate("gui.cancel"))); |
no test coverage detected