(String p_74535_1_)
| 508 | AchievementList.openInventory.setStatStringFormatter(new IStatStringFormat() |
| 509 | { |
| 510 | public String formatString(String p_74535_1_) |
| 511 | { |
| 512 | try |
| 513 | { |
| 514 | return String.format(p_74535_1_, GameSettings.getKeyDisplayString(Minecraft.this.gameSettings.keyBindInventory.getKeyCode())); |
| 515 | } |
| 516 | catch (Exception exception) |
| 517 | { |
| 518 | return "Error: " + exception.getLocalizedMessage(); |
| 519 | } |
| 520 | } |
| 521 | }); |
| 522 | this.mouseHelper = new MouseHelper(); |
| 523 | this.checkGLError("Pre startup"); |
nothing calls this directly
no test coverage detected