Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ canBlockFreezeWater
Method
canBlockFreezeWater
src/main/java/net/minecraft/world/World.java:2681–2684 ·
view source on GitHub ↗
(BlockPos pos)
Source
from the content-addressed store, hash-verified
2679
}
2680
2681
public
boolean canBlockFreezeWater(BlockPos pos)
2682
{
2683
return
this.canBlockFreeze(pos, false);
2684
}
2685
2686
public
boolean canBlockFreezeNoWater(BlockPos pos)
2687
{
Callers
2
populate
Method · 0.80
generate
Method · 0.80
Calls
1
canBlockFreeze
Method · 0.95
Tested by
no test coverage detected