()
| 349 | } |
| 350 | |
| 351 | @Override |
| 352 | public boolean isSignGUIOpened() { |
| 353 | return getMinecraftScreen() instanceof bzm; |
| 354 | } |
| 355 | |
| 356 | @Override |
| 357 | public void registerKeybindings(List<IKeybinding> keybindings) { |
nothing calls this directly
no test coverage detected