Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fill
Method · 0.95
Calls
5
isEmpty
Method · 0.95
capacity
Method · 0.95
contains
Method · 0.95
bindInt
Method · 0.80
copy
Method · 0.45
Tested by
no test coverage detected