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

Method onChatClosed

The 5zig Mod/src/BytecodeHook.java:138–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 @BytecodeAccess
139 public static void onChatClosed() {
140 The5zigMod.getVars().get2ndChat().resetScroll();
141 }
142
143 @BytecodeAccess
144 public static void onChatKeyTyped(int key) {

Callers

nothing calls this directly

Calls 3

getVarsMethod · 0.95
resetScrollMethod · 0.65
get2ndChatMethod · 0.65

Tested by

no test coverage detected