How to check if Player's hitbox is touching water?

I am trying to check for if a players hitbox is touching water. I was using location check predicate condition, but you can only check if the origin point is in water, and offset only accepts integers and not floats so I can not place in the corners of the hitbox as a way to check it more accurately, is there another way?

Continue to help post