MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getLocalizedName

Method getLocalizedName

src/main/java/gregapi/fluid/FluidGT.java:71–71  ·  view source on GitHub ↗
(FluidStack stack)

Source from the content-addressed store, hash-verified

69 @Override public String getUnlocalizedName(FluidStack stack) {return getUnlocalizedName();}
70 @Override public String getUnlocalizedName() {return "fluid." + unlocalizedName;}
71 @Override public String getLocalizedName(FluidStack stack) {return LH.get(getUnlocalizedName());}
72 @Override @SuppressWarnings("deprecation") public String getLocalizedName() {return LH.get(getUnlocalizedName());}
73
74 @Override public int getTemperature(FluidStack aFluid) {return mTemperature;}

Callers 2

nameMethod · 0.45
nameMethod · 0.45

Calls 2

getMethod · 0.95
getUnlocalizedNameMethod · 0.95

Tested by

no test coverage detected