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

Method isBlockinHighHumidity

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

Source from the content-addressed store, hash-verified

3587 }
3588
3589 public boolean isBlockinHighHumidity(BlockPos pos)
3590 {
3591 BiomeGenBase biomegenbase = this.getBiomeGenForCoords(pos);
3592 return biomegenbase.isHighHumidity();
3593 }
3594
3595 public MapStorage getMapStorage()
3596 {

Callers 1

updateTickMethod · 0.80

Calls 2

getBiomeGenForCoordsMethod · 0.95
isHighHumidityMethod · 0.95

Tested by

no test coverage detected