Interface Area.Sphere
- Enclosing interface:
Area
An area containing all blocks within a radius of a center block.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Area
Area.Cuboid, Area.Line, Area.Single, Area.Sphere -
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliterator
-
Method Details
-
center
BlockVec center()- Returns:
- the center block
-
radius
int radius()- Returns:
- the non-negative radius
-