- All Implemented Interfaces:
Iterable<Block>
AABB = Axis-Aligned Bounding Box
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
boolean
int
Returns an iterator which iterates over all blocks that are in this AABB
-
Constructor Details
-
-
-
AABB
public AABB(Location center,
double rX,
double rY,
double rZ)
-
-
-
Method Details
-
-
contains
public boolean contains(Block b)
-
-
-
iterator
Returns an iterator which iterates over all blocks that are in this AABB
- Specified by:
iterator
in interface Iterable<Block>
-
-
equals
public boolean equals(@Nullable
@Nullable Object obj)
- Overrides:
equals
in class Object