()
| 23 | public class BytecodeHook { |
| 24 | |
| 25 | @BytecodeAccess |
| 26 | public static void onDispatchKeyPresses() { |
| 27 | The5zigMod.getVars().dispatchKeypresses(); |
| 28 | } |
| 29 | |
| 30 | @BytecodeAccess |
| 31 | public static void onShutdown() { |
nothing calls this directly
no test coverage detected