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

Method drawScreen

Minecraft-Utils/1.12/src/GuiList.java:125–129  ·  view source on GitHub ↗
(int mouseX, int mouseY, float partialTicks)

Source from the content-addressed store, hash-verified

123 }
124
125 @Override
126 public void drawScreen(int mouseX, int mouseY, float partialTicks) {
127 a(mouseX, mouseY, partialTicks);
128 getSelectedRow();
129 }
130
131 /**
132 * Draw Screen

Callers

nothing calls this directly

Calls 2

aMethod · 0.95
getSelectedRowMethod · 0.95

Tested by

no test coverage detected