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

Method getLocalisedNameLong

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

Source from the content-addressed store, hash-verified

82 }
83
84 public String getLocalisedNameLong() {
85 return LH.get(getTranslatableNameLong(), mName);
86 }
87
88 public String getLocalisedChatNameLong() {
89 return getChatFormat() + getLocalisedNameLong();

Callers 10

overloadMethod · 0.80
doConversionMethod · 0.80
doBipolarMethod · 0.80
doTwinTypeMethod · 0.80
overchargeMethod · 0.80
overloadMethod · 0.80
overloadMethod · 0.80

Calls 2

getMethod · 0.95

Tested by

no test coverage detected