MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / mouseReleased0

Method mouseReleased0

Mod Utils/src/eu/the5zig/mod/gui/Gui.java:308–316  ·  view source on GitHub ↗
(int x, int y, int state)

Source from the content-addressed store, hash-verified

306 }
307
308 public void mouseReleased0(int x, int y, int state) {
309 for (IButton button : buttons) {
310 button.mouseReleased(x, y);
311 }
312 for (IGuiList guiList : guiLists) {
313 guiList.mouseReleased(x, y, state);
314 }
315 mouseReleased(x, y, state);
316 }
317
318 protected void mouseReleased(int x, int y, int state) {
319 }

Callers 13

bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
mouseReleasedMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80
bMethod · 0.80

Calls 2

mouseReleasedMethod · 0.95
mouseReleasedMethod · 0.65

Tested by

no test coverage detected