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

Method onDisplayScreen

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

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 4

hasBeenInitializedMethod · 0.95
initMethod · 0.95
getKeybindingManagerMethod · 0.95
flushTextfieldsMethod · 0.80

Tested by

no test coverage detected