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

Method getInfo

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

Source from the content-addressed store, hash-verified

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 5

onServerTickMethod · 0.80
onModPostInit2Method · 0.80
onPostLoadMethod · 0.80
runMethod · 0.80

Calls 4

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

Tested by

no test coverage detected