MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / formatString

Method formatString

src/main/java/net/minecraft/client/Minecraft.java:510–520  ·  view source on GitHub ↗
(String p_74535_1_)

Source from the content-addressed store, hash-verified

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");

Callers

nothing calls this directly

Calls 3

getKeyDisplayStringMethod · 0.95
getKeyCodeMethod · 0.80
formatMethod · 0.65

Tested by

no test coverage detected