Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ isEmpty
Method
isEmpty
common/buildcraft/lib/fluids/Tank.java:77–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public
boolean isEmpty() {
78
FluidStack fluidStack = getFluid();
79
return
fluidStack == null || fluidStack.amount <= 0;
80
}
81
82
public
boolean isFull() {
83
FluidStack fluidStack = getFluid();
Callers
15
rebuildQueue
Method · 0.45
updatePos
Method · 0.45
mine
Method · 0.45
rebuildQueue
Method · 0.45
getNext
Method · 0.45
onBlockBreak
Method · 0.45
getNextIndexToPump
Method · 0.45
rebuildQueue
Method · 0.45
getNextIndexToFill
Method · 0.45
expandQueue
Method · 0.45
hasWork
Method · 0.45
drain
Method · 0.45
Calls
1
getFluid
Method · 0.45
Tested by
no test coverage detected