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

Method configName

src/main/java/gregapi/data/FL.java:857–859  ·  view source on GitHub ↗
(FluidStack aFluid)

Source from the content-addressed store, hash-verified

855
856
857 public static String configName(FluidStack aFluid) {
858 return aFluid == null || aFluid.getFluid() == null ? "" : aFluid.getFluid().getName();
859 }
860
861 public static String configNames(FluidStack... aFluids) {
862 String rString = "";

Callers 1

configNamesMethod · 0.95

Calls 2

getFluidMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected