()
| 990 | } |
| 991 | |
| 992 | @Override |
| 993 | public String[] getHotbarKeys() { |
| 994 | String[] result = new String[9]; |
| 995 | bcu[] hotbarBindings = getGameSettings().an; |
| 996 | for (int i = 0; i < Math.min(result.length, hotbarBindings.length); i++) { |
| 997 | result[i] = getKeyDisplayStringShort(hotbarBindings[i].j()); |
| 998 | } |
| 999 | return result; |
| 1000 | } |
| 1001 | |
| 1002 | @Override |
| 1003 | public String getKeyDisplayStringShort(int key) { |
nothing calls this directly
no test coverage detected