()
| 1002 | } |
| 1003 | |
| 1004 | @Override |
| 1005 | public String[] getHotbarKeys() { |
| 1006 | String[] result = new String[9]; |
| 1007 | bep[] hotbarBindings = getGameSettings().an; |
| 1008 | for (int i = 0; i < Math.min(result.length, hotbarBindings.length); i++) { |
| 1009 | result[i] = getKeyDisplayStringShort(hotbarBindings[i].j()); |
| 1010 | } |
| 1011 | return result; |
| 1012 | } |
| 1013 | |
| 1014 | @Override |
| 1015 | public String getKeyDisplayStringShort(int key) { |
nothing calls this directly
no test coverage detected