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

Method onChatDrawScreen

The 5zig Mod/src/BytecodeHook.java:148–151  ·  view source on GitHub ↗
(int mouseX, int mouseY)

Source from the content-addressed store, hash-verified

146 }
147
148 @BytecodeAccess
149 public static void onChatDrawScreen(int mouseX, int mouseY) {
150 The5zigMod.getVars().get2ndChat().drawComponentHover(mouseX, mouseY);
151 }
152
153 @BytecodeAccess
154 public static void onClearChat() {

Callers

nothing calls this directly

Calls 3

getVarsMethod · 0.95
drawComponentHoverMethod · 0.65
get2ndChatMethod · 0.65

Tested by

no test coverage detected