MCPcopy Create free account
hub / github.com/Teneted/Tenet / isEmpty

Method isEmpty

src/main/java/net/minecraftforge/fluids/FluidStack.java:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 }
175
176 public boolean isEmpty() {
177 return isEmpty;
178 }
179
180 protected void updateEmpty() {
181 isEmpty = getRawFluid() == Fluids.EMPTY || amount <= 0;

Callers 10

tryFillContainerMethod · 0.95
tryEmptyContainerMethod · 0.95
tryFluidTransferMethod · 0.95
tryPlaceFluidMethod · 0.95
fillMethod · 0.95
drainMethod · 0.95
fillMethod · 0.95
drainMethod · 0.95
drainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected