Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GregTech6/gregtech6
/ displayName
Method
displayName
src/main/java/gregapi/old/GT_BaseCrop.java:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
@Override
83
public
String displayName() {
84
return
LH.get(
"gt.crop."
+mName);
85
}
86
87
@Override
88
public
byte getSizeAfterHarvest(ICropTile crop) {
Callers
1
getCropScan
Method · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected