getHumidity

public abstract double getHumidity(int x, int z)

Gets the humidity for the given block coordinates.

It is safe to run this method when the block does not exist, it will not create the block.

Return

Humidity of the requested block

Parameters

x

X coordinate of the block

z

Z coordinate of the block