(BlockPos pos)
| 2732 | } |
| 2733 | |
| 2734 | private boolean isWater(BlockPos pos) |
| 2735 | { |
| 2736 | return this.getBlockState(pos).getBlock().getMaterial() == Material.water; |
| 2737 | } |
| 2738 | |
| 2739 | /** |
| 2740 | * Checks to see if a given block can accumulate snow from it snowing |
no test coverage detected