Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Teneted/Tenet
/ getFluid
Method
getFluid
src/main/java/net/minecraftforge/fluids/FluidStack.java:166–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
}
165
166
public
final
Fluid getFluid()
167
{
168
return
isEmpty ? Fluids.EMPTY : fluidDelegate.get();
169
}
170
171
public
final
Fluid getRawFluid()
172
{
Callers
10
tryFillContainer
Method · 0.95
tryEmptyContainer
Method · 0.95
tryPlaceFluid
Method · 0.95
writeToNBT
Method · 0.95
writeToPacket
Method · 0.95
getDisplayName
Method · 0.95
getTranslationKey
Method · 0.95
copy
Method · 0.95
isFluidEqual
Method · 0.95
hashCode
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected