Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tryFillContainer
Method · 0.95
tryEmptyContainer
Method · 0.95
tryFluidTransfer
Method · 0.95
tryFluidTransfer_Internal
Method · 0.95
tryPlaceFluid
Method · 0.95
fill
Method · 0.95
drain
Method · 0.95
fill
Method · 0.95
drain
Method · 0.95
drain
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected