Interface FallingFluidData
- All Known Subinterfaces:
FlowingFluidData
A specific subtype of
FluidData
that is returned by the API for fluid data of potentially falling fluids.-
Method Summary
Methods inherited from interface io.papermc.paper.block.fluid.FluidData
clone, computeFlowDirection, computeHeight, getFluidType, getLevel, isSource
-
Method Details
-
isFalling
boolean isFalling()Get if this liquid is falling.- Returns:
- true if falling
-