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

Method a

Minecraft-Utils/1.13/src/GuiHandle.java:22–27  ·  view source on GitHub ↗
(int mouseX, int mouseY, float partialTicks)

Source from the content-addressed store, hash-verified

20 }
21
22 @Override
23 public void a(int mouseX, int mouseY, float partialTicks) {
24 drawDefaultBackground();
25 child.drawScreen0(mouseX, mouseY, partialTicks);
26 super.a(mouseX, mouseY, partialTicks);
27 }
28
29 @Override
30 public void f() {

Callers 5

setResolutionMethod · 0.95
drawHoveringTextMethod · 0.95
drawRectMethod · 0.45
drawGradientRectMethod · 0.45

Calls 2

drawDefaultBackgroundMethod · 0.95
drawScreen0Method · 0.45

Tested by

no test coverage detected