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

Method waters

src/main/java/gregapi/data/FL.java:687–687  ·  view source on GitHub ↗
(long aWater)

Source from the content-addressed store, hash-verified

685 }
686
687 public static FluidStack[] waters(long aWater) {return waters(aWater, aWater, aWater);}
688 public static FluidStack[] waters(long aWater, long aDistilled) {return waters(aWater, aDistilled, aWater);}
689 public static FluidStack[] waters(long aWater, long aDistilled, long aSpectralDew) {return FL.array(FL.Water.make(aWater), FL.MnWtr.make(aWater), FL.DistW.make(aDistilled), FL.SpDew.make(aSpectralDew));}
690

Callers 15

pressurewashMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95

Calls 2

arrayMethod · 0.95
makeMethod · 0.45

Tested by

no test coverage detected