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

Method onChatMouseInput

The 5zig Mod/src/BytecodeHook.java:123–126  ·  view source on GitHub ↗
(int scroll)

Source from the content-addressed store, hash-verified

121 }
122
123 @BytecodeAccess
124 public static void onChatMouseInput(int scroll) {
125 The5zigMod.getVars().get2ndChat().scroll(scroll);
126 }
127
128 @BytecodeAccess
129 public static boolean onChatMouseClicked(int mouseX, int mouseY, int button) {

Callers

nothing calls this directly

Calls 3

getVarsMethod · 0.95
scrollMethod · 0.65
get2ndChatMethod · 0.65

Tested by

no test coverage detected