public class Vec3Pool
extends java.lang.Object
Constructor and Description |
---|
Vec3Pool(int par1,
int par2) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearAndFreeCache() |
int |
getNextFreeSpace() |
int |
getPoolSize() |
Vec3 |
getVecFromPool(double par1,
double par3,
double par5) |
public Vec3 getVecFromPool(double par1, double par3, double par5)
public void clear()
public void clearAndFreeCache()
public int getPoolSize()
public int getNextFreeSpace()