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

Method getCapacity

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

Source from the content-addressed store, hash-verified

359 @Override public FluidStack getFluid() {if (mFluid != null) mFluid.amount = UT.Code.bindInt(mAmount); return mFluid;}
360 @Override public int getFluidAmount() {return UT.Code.bindInt(mAmount);}
361 @Override public int getCapacity() {return UT.Code.bindInt(capacity());}
362 @Override public FluidTankInfo getInfo() {return new FluidTankInfo(isEmpty() ? null : mFluid.copy(), UT.Code.bindInt(capacity()));}
363}

Callers 15

setItemData_Method · 0.45
fillMethod · 0.45
containsMethod · 0.45
getFluidMethod · 0.45
getEmptyMethod · 0.45
containsInputMethod · 0.45
scanMethod · 0.45
ingredableMethod · 0.45
containerMethod · 0.45
fillFluidContainerMethod · 0.45
containsFluidMethod · 0.45
getFluidForFilledItemMethod · 0.45

Calls 2

capacityMethod · 0.95
bindIntMethod · 0.80

Tested by

no test coverage detected