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

Method configNames

src/main/java/gregapi/data/FL.java:861–865  ·  view source on GitHub ↗
(FluidStack... aFluids)

Source from the content-addressed store, hash-verified

859 }
860
861 public static String configNames(FluidStack... aFluids) {
862 String rString = "";
863 for (FluidStack tFluid : aFluids) rString += (tFluid == null ? "null;" : configName(tFluid) + ";");
864 return rString;
865 }
866
867 public static String name(Fluid aFluid, boolean aLocalized) {
868 if (aFluid == null) return "";

Callers 1

addMethod · 0.95

Calls 1

configNameMethod · 0.95

Tested by

no test coverage detected