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 longchunkIndex
randomY
public
int
randomY
(@Nonnull final Random random)
Method randomY.
- Parameters:
@Nonnull final Randomrandom
fractionY
public
double
fractionY
(final double d)
Method fractionY.
- Parameters:
final doubled