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

Method onGuiSignClosed

The 5zig Mod/src/BytecodeHook.java:428–432  ·  view source on GitHub ↗
(Object tileSign)

Source from the content-addressed store, hash-verified

426 }
427
428 @BytecodeAccess
429 public static void onGuiSignClosed(Object tileSign) {
430 String[] text = The5zigMod.getListener().onSignEdited(ClassProxy.getSignText(tileSign));
431 ClassProxy.setSignText(tileSign, text);
432 }
433
434 @BytecodeAccess
435 public static void onGuiGameOverInit() {

Callers

nothing calls this directly

Calls 4

getListenerMethod · 0.95
getSignTextMethod · 0.95
setSignTextMethod · 0.95
onSignEditedMethod · 0.80

Tested by

no test coverage detected