Class | Description |
---|---|
BlockRay<E extends Extent> |
A block ray which traces a line and returns all block boundaries intersected in order,
starting from the start location.
|
BlockRay.BlockRayBuilder<E extends Extent> |
A builder for block ray, which also implements
Iterable , which makes it
useful for 'advanced for loops'. |
BlockRayHit<E extends Extent> |
Represents a block hit by a ray.
|