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

Method onDispatchKeyPresses

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

Source from the content-addressed store, hash-verified

23public class BytecodeHook {
24
25 @BytecodeAccess
26 public static void onDispatchKeyPresses() {
27 The5zigMod.getVars().dispatchKeypresses();
28 }
29
30 @BytecodeAccess
31 public static void onShutdown() {

Callers

nothing calls this directly

Calls 2

getVarsMethod · 0.95
dispatchKeypressesMethod · 0.65

Tested by

no test coverage detected