()
| 906 | } |
| 907 | |
| 908 | @Override |
| 909 | public void onRightClickMouse() { |
| 910 | try { |
| 911 | rightClickMouse.invoke(getMinecraft()); |
| 912 | } catch (Exception e) { |
| 913 | throw new RuntimeException(e); |
| 914 | } |
| 915 | } |
| 916 | |
| 917 | public void renderItem(zx itemStack, int x, int y) { |
| 918 | avc.c(); |
nothing calls this directly
no test coverage detected