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

Method getItemStackDisplayName

src/main/java/net/minecraft/item/Item.java:422–425  ·  view source on GitHub ↗
(ItemStack stack)

Source from the content-addressed store, hash-verified

420 }
421
422 public String getItemStackDisplayName(ItemStack stack)
423 {
424 return ("" + StatCollector.translateToLocal(this.getUnlocalizedNameInefficiently(stack) + ".name")).trim();
425 }
426
427 public boolean hasEffect(ItemStack stack)
428 {

Callers 2

drawSlotMethod · 0.95
getDisplayNameMethod · 0.45

Calls 3

translateToLocalMethod · 0.95
trimMethod · 0.80

Tested by

no test coverage detected