(BlockPos pos)
| 1558 | } |
| 1559 | |
| 1560 | public BlockPos getPrecipitationHeight(BlockPos pos) |
| 1561 | { |
| 1562 | return this.getChunkFromBlockCoords(pos).getPrecipitationHeight(pos); |
| 1563 | } |
| 1564 | |
| 1565 | /** |
| 1566 | * Finds the highest block on the x and z coordinate that is solid or liquid, and returns its y coord. |
no test coverage detected