net.minecraft.src
Class Vec3Pool
java.lang.Object
net.minecraft.src.Vec3Pool
public class Vec3Pool
- extends Object
Constructor Summary |
Vec3Pool(int par1,
int par2)
|
Method Summary |
void |
clear()
will truncate the array everyN clears to the maximum size observed since the last truncation |
void |
clearAndFreeCache()
|
Vec3 |
getVecFromPool(double par1,
double par3,
double par5)
extends the pool if all vecs are currently "out" |
Vec3Pool
public Vec3Pool(int par1,
int par2)
getVecFromPool
public Vec3 getVecFromPool(double par1,
double par3,
double par5)
- extends the pool if all vecs are currently "out"
clear
public void clear()
- will truncate the array everyN clears to the maximum size observed since the last truncation
clearAndFreeCache
public void clearAndFreeCache()