pub fn can_hold_specific_fluid(state: BlockStateId, fluid: FluidRef) -> boolExpand description
Vanilla equivalent: FlowingFluid.canHoldSpecificFluid(BlockGetter, BlockPos, BlockState, Fluid).
For LiquidBlockContainer blocks, delegates to canPlaceLiquid(null, ...).
For other blocks, always returns true.