IChunkBounds

public interface IChunkBounds

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

java.lang.Object > IChunkBounds

Field Summary

No fields documented.

Method Detail

intersectsChunk

public boolean intersectsChunk (final long chunkIndex)

Method intersectsChunk.

Parameters:
final long chunkIndex

randomX

public int randomX (@Nonnull final Random random)

Method randomX.

Parameters:
@Nonnull final Random random

randomZ

public int randomZ (@Nonnull final Random random)

Method randomZ.

Parameters:
@Nonnull final Random random

fractionX

public double fractionX (final double d)

Method fractionX.

Parameters:
final double d

fractionZ

public double fractionZ (final double d)

Method fractionZ.

Parameters:
final double d

getLowChunkX

public int getLowChunkX ()

Method getLowChunkX.

getLowChunkZ

public int getLowChunkZ ()

Method getLowChunkZ.

getHighChunkX

public int getHighChunkX ()

Method getHighChunkX.

getHighChunkZ

public int getHighChunkZ ()

Method getHighChunkZ.