()
| 82 | } |
| 83 | |
| 84 | @BytecodeAccess |
| 85 | public static void onDisplayScreen() { |
| 86 | if (!The5zigMod.hasBeenInitialized()) { |
| 87 | The5zigMod.init(); |
| 88 | } |
| 89 | The5zigMod.getKeybindingManager().flushTextfields(); |
| 90 | } |
| 91 | |
| 92 | @BytecodeAccess |
| 93 | public static boolean isCtrlKeyDown(boolean isMacOS) { |
nothing calls this directly
no test coverage detected