public class AABBPool extends Object
Constructor and Description |
---|
AABBPool(int par1,
int par2) |
Modifier and Type | Method and Description |
---|---|
void |
cleanPool()
Marks the pool as "empty", starting over when adding new entries.
|
void |
clearPool() |
AxisAlignedBB |
getAABB(double par1,
double par3,
double par5,
double par7,
double par9,
double par11)
Creates a new AABB, or reuses one that's no longer in use.
|
int |
getlistAABBsize() |
int |
getnextPoolIndex() |
public AxisAlignedBB getAABB(double par1, double par3, double par5, double par7, double par9, double par11)
public void cleanPool()
public void clearPool()
public int getlistAABBsize()
public int getnextPoolIndex()