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

Method fill

src/main/java/gregapi/fluid/FluidTankGT.java:181–181  ·  view source on GitHub ↗
(FluidStack aFluid)

Source from the content-addressed store, hash-verified

179 }
180
181 public int fill(FluidStack aFluid) {return fill(aFluid, T);}
182 @Override
183 public int fill(FluidStack aFluid, boolean aDoFill) {
184 if (aFluid == null) return 0;

Callers 1

fillMethod · 0.95

Calls 5

isEmptyMethod · 0.95
capacityMethod · 0.95
containsMethod · 0.95
bindIntMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected