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

Method canBlockFreezeNoWater

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

Source from the content-addressed store, hash-verified

2684 }
2685
2686 public boolean canBlockFreezeNoWater(BlockPos pos)
2687 {
2688 return this.canBlockFreeze(pos, true);
2689 }
2690
2691 /**
2692 * Checks to see if a given block is both water and cold enough to freeze.

Callers 1

updateBlocksMethod · 0.80

Calls 1

canBlockFreezeMethod · 0.95

Tested by

no test coverage detected