MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isWater

Method isWater

src/main/java/net/minecraft/world/World.java:2734–2737  ·  view source on GitHub ↗
(BlockPos pos)

Source from the content-addressed store, hash-verified

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

Callers 1

canBlockFreezeMethod · 0.95

Calls 3

getBlockStateMethod · 0.95
getBlockMethod · 0.65
getMaterialMethod · 0.45

Tested by

no test coverage detected