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

Method onChatMouseClicked

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

Source from the content-addressed store, hash-verified

126 }
127
128 @BytecodeAccess
129 public static boolean onChatMouseClicked(int mouseX, int mouseY, int button) {
130 return The5zigMod.getRenderer().getChatSymbolsRenderer().mouseClicked(mouseX, mouseY) || The5zigMod.getVars().get2ndChat().mouseClicked(mouseX, mouseY, button);
131 }
132
133 @BytecodeAccess
134 public static boolean onChatMouseClicked(double mouseX, double mouseY, int button) {

Callers

nothing calls this directly

Calls 5

getRendererMethod · 0.95
getVarsMethod · 0.95
mouseClickedMethod · 0.65
get2ndChatMethod · 0.65

Tested by

no test coverage detected