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

Method setVoidExcess

src/main/java/gregapi/fluid/FluidTankGT.java:300–300  ·  view source on GitHub ↗

Voids any Overlow

()

Source from the content-addressed store, hash-verified

298 public FluidTankGT setPreventDraining(boolean aPrevent) {mPreventDraining = aPrevent; return this;}
299 /** Voids any Overlow */
300 public FluidTankGT setVoidExcess() {return setVoidExcess(T);}
301 /** Voids any Overlow */
302 public FluidTankGT setVoidExcess(boolean aVoidExcess) {mVoidExcess = aVoidExcess; return this;}
303 /** Sets Tank capacity Map, should it be needed. */

Callers 4

trashMethod · 0.80
onServerLoadMethod · 0.80
getFluidTankFillable2Method · 0.80
readFromNBT2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected