MCPcopy 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

tryFillContainerMethod · 0.95
tryEmptyContainerMethod · 0.95
tryPlaceFluidMethod · 0.95
writeToNBTMethod · 0.95
writeToPacketMethod · 0.95
getDisplayNameMethod · 0.95
getTranslationKeyMethod · 0.95
copyMethod · 0.95
isFluidEqualMethod · 0.95
hashCodeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected