MCPcopy 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

getCropScanMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected