()
| 88 | public abstract void initGui(); |
| 89 | |
| 90 | public void addDoneButton() { |
| 91 | addButton(MinecraftFactory.getVars().createButton(200, getWidth() / 2 - 100, getHeight() / 6 + 168, MinecraftFactory.getVars().translate("gui.done"))); |
| 92 | } |
| 93 | |
| 94 | public void addBottomDoneButton() { |
| 95 | addButton(MinecraftFactory.getVars().createButton(200, getWidth() / 2 - 100, getHeight() - 32, MinecraftFactory.getVars().translate("gui.done"))); |