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 longchunkIndex
randomX
public
int
randomX
(@Nonnull final Random random)
Method randomX.
- Parameters:
@Nonnull final Randomrandom
randomZ
public
int
randomZ
(@Nonnull final Random random)
Method randomZ.
- Parameters:
@Nonnull final Randomrandom
fractionX
public
double
fractionX
(final double d)
Method fractionX.
- Parameters:
final doubled
fractionZ
public
double
fractionZ
(final double d)
Method fractionZ.
- Parameters:
final doubled
getLowChunkX
public
int
getLowChunkX
()
Method getLowChunkX.
getLowChunkZ
public
int
getLowChunkZ
()
Method getLowChunkZ.
getHighChunkX
public
int
getHighChunkX
()
Method getHighChunkX.
getHighChunkZ
public
int
getHighChunkZ
()
Method getHighChunkZ.