| Package | Description |
|---|---|
| net.minecraft.util | |
| net.minecraft.world |
| Modifier and Type | Field and Description |
|---|---|
static Vec3Pool |
Vec3.fakePool
A global Vec3Pool that always creates new vectors instead of reusing them and is thread-safe.
|
Vec3Pool |
Vec3.myVec3LocalPool |
| Modifier and Type | Method and Description |
|---|---|
Vec3Pool |
World.getWorldVec3Pool()
Return the Vec3Pool object for this world.
|
Vec3Pool |
IBlockAccess.getWorldVec3Pool()
Return the Vec3Pool object for this world.
|
Vec3Pool |
ChunkCache.getWorldVec3Pool()
Return the Vec3Pool object for this world.
|