Package net.minecraft.src
Class Vec3Pool
java.lang.Object
net.minecraft.src.Vec3Pool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Will truncate the array everyN clears to the maximum size observed since the last truncation.voidintintgetVecFromPool(double par1, double par3, double par5) extends the pool if all vecs are currently "out"
-
Constructor Details
-
Vec3Pool
public Vec3Pool(int par1, int par2)
-
-
Method Details
-
getVecFromPool
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() -
getPoolSize
public int getPoolSize() -
func_82590_d
public int func_82590_d()
-