()
| 369 | } |
| 370 | |
| 371 | @Override |
| 372 | public boolean isSignGUIOpened() { |
| 373 | return getMinecraftScreen() instanceof cli; |
| 374 | } |
| 375 | |
| 376 | @Override |
| 377 | public void registerKeybindings(List<IKeybinding> keybindings) { |
nothing calls this directly
no test coverage detected