Uses of Class
net.minecraft.src.Vec3Pool

Packages that use Vec3Pool
net.minecraft.src   
 

Uses of Vec3Pool in net.minecraft.src
 

Fields in net.minecraft.src declared as Vec3Pool
static Vec3Pool Vec3.field_82592_a
           
 Vec3Pool Vec3.myVec3LocalPool
           
 

Methods in net.minecraft.src that return Vec3Pool
 Vec3Pool IBlockAccess.getWorldVec3Pool()
          Return the Vec3Pool object for this world.
 Vec3Pool World.getWorldVec3Pool()
          Return the Vec3Pool object for this world.
 Vec3Pool ChunkCache.getWorldVec3Pool()
          Return the Vec3Pool object for this world.