()
| 324 | } |
| 325 | |
| 326 | @Override |
| 327 | public boolean isSignGUIOpened() { |
| 328 | return getMinecraftScreen() instanceof bgn; |
| 329 | } |
| 330 | |
| 331 | @Override |
| 332 | public void registerKeybindings(List<IKeybinding> keybindings) { |
nothing calls this directly
no test coverage detected