IWorldBounds

public interface IWorldBounds extends IChunkBounds

Interface for worldbounds functionality. Defines the contract for worldbounds implementations.

java.lang.Object > IChunkBounds > IWorldBounds

Field Summary

No fields documented.

Method Detail

intersectsChunk

public boolean intersectsChunk (final long chunkIndex)

Method intersectsChunk.

Parameters:
final long chunkIndex

randomY

public int randomY (@Nonnull final Random random)

Method randomY.

Parameters:
@Nonnull final Random random

fractionY

public double fractionY (final double d)

Method fractionY.

Parameters:
final double d