()
| 930 | } |
| 931 | |
| 932 | @Override |
| 933 | public void onRightClickMouse() { |
| 934 | try { |
| 935 | rightClickMouse.invoke(getMinecraft()); |
| 936 | } catch (Exception e) { |
| 937 | throw new RuntimeException(e); |
| 938 | } |
| 939 | } |
| 940 | |
| 941 | public void renderItem(aip itemStack, int x, int y) { |
| 942 | bhz.c(); |
nothing calls this directly
no test coverage detected