Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLocalisedChatNameShort
Method · 0.95
TriggerBC_Energy_Capacity_Partial
Method · 0.80
TriggerBC_Energy_Capacity_NotFull
Method · 0.80
TriggerBC_Energy_Capacity_Full
Method · 0.80
TriggerBC_Energy_Capacity_Empty
Method · 0.80
onToolClick2
Method · 0.80
addToolTips
Method · 0.80
addToolTips
Method · 0.80
scan
Method · 0.80
getDataToolTip
Method · 0.80
addToolTips
Method · 0.80
addToolTips
Method · 0.80
Calls
2
get
Method · 0.95
getTranslatableNameShort
Method · 0.95
Tested by
no test coverage detected