MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / actionPerformed

Method actionPerformed

src/main/java/net/optifine/gui/GuiMessage.java:43–46  ·  view source on GitHub ↗

Called by the controls from the buttonList when activated. (Mouse pressed for buttons)

(GuiButton button)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getMinecraftMethod · 0.95
displayGuiScreenMethod · 0.80

Tested by

no test coverage detected