()
| 919 | } |
| 920 | |
| 921 | @Override |
| 922 | public void onRightClickMouse() { |
| 923 | try { |
| 924 | rightClickMouse.invoke(getMinecraft()); |
| 925 | } catch (Exception e) { |
| 926 | throw new RuntimeException(e); |
| 927 | } |
| 928 | } |
| 929 | |
| 930 | public void renderItem(adz itemStack, int x, int y) { |
| 931 | bcv.c(); |
nothing calls this directly
no test coverage detected