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 , making it
useful for 'advanced for loops'. |
BlockRayHit<E extends Extent> |
Represents a block hit by a ray.
|