(Object tileSign)
| 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() { |
nothing calls this directly
no test coverage detected