MCPcopy 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

rebuildQueueMethod · 0.45
updatePosMethod · 0.45
mineMethod · 0.45
rebuildQueueMethod · 0.45
getNextMethod · 0.45
onBlockBreakMethod · 0.45
getNextIndexToPumpMethod · 0.45
rebuildQueueMethod · 0.45
getNextIndexToFillMethod · 0.45
expandQueueMethod · 0.45
hasWorkMethod · 0.45
drainMethod · 0.45

Calls 1

getFluidMethod · 0.45

Tested by

no test coverage detected