MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / getLocalisedNameShort

Method getLocalisedNameShort

src/main/java/gregapi/code/TagData.java:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 public String getLocalisedNameShort() {
97 return LH.get(getTranslatableNameShort(), mName);
98 }
99
100 public String getLocalisedChatNameShort() {
101 return getChatFormat() + getLocalisedNameShort();

Callers 15

onToolClick2Method · 0.80
addToolTipsMethod · 0.80
addToolTipsMethod · 0.80
scanMethod · 0.80
getDataToolTipMethod · 0.80
addToolTipsMethod · 0.80
addToolTipsMethod · 0.80

Calls 2

getMethod · 0.95

Tested by

no test coverage detected