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

Method make

src/main/java/gregapi/fluid/FluidTankGT.java:354–354  ·  view source on GitHub ↗
(int aAmount)

Source from the content-addressed store, hash-verified

352 public Fluid fluid() {return mFluid == null ? null : mFluid.getFluid();}
353
354 public FluidStack make(int aAmount) {return FL.make(fluid(), aAmount);}
355
356 public FluidStack get() {return mFluid;}
357 public FluidStack get(long aMax) {return isEmpty() || aMax <= 0 ? null : new FluidStack(mFluid, UT.Code.bindInt(mAmount < aMax ? mAmount : aMax));}

Callers 1

writeToNBTMethod · 0.45

Calls 2

makeMethod · 0.95
fluidMethod · 0.95

Tested by

no test coverage detected