Called by the controls from the buttonList when activated. (Mouse pressed for buttons)
(GuiButton button)
| 41 | * Called by the controls from the buttonList when activated. (Mouse pressed for buttons) |
| 42 | */ |
| 43 | protected void actionPerformed(GuiButton button) throws IOException |
| 44 | { |
| 45 | Config.getMinecraft().displayGuiScreen(this.parentScreen); |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Draws the screen and all the components in it. Args : mouseX, mouseY, renderPartialTicks |
nothing calls this directly
no test coverage detected