Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLocalisedChatNameLong
Method · 0.95
overload
Method · 0.80
doConversion
Method · 0.80
doBipolar
Method · 0.80
doTwinType
Method · 0.80
overcharge
Method · 0.80
doDefaultStructuralChecks
Method · 0.80
overload
Method · 0.80
createMaterialDictionary
Method · 0.80
overload
Method · 0.80
Calls
2
get
Method · 0.95
getTranslatableNameLong
Method · 0.95
Tested by
no test coverage detected