Package zombie.vehicles
Class UI3DScene.PlaneObjectPool
java.lang.Object
zombie.popman.ObjectPool
zombie.vehicles.UI3DScene.PlaneObjectPool
- Enclosing class:
- UI3DScene
public static final class UI3DScene.PlaneObjectPool extends ObjectPool
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.popman.ObjectPool
ObjectPool.Allocator
-
Constructor Summary
Constructors Constructor Description PlaneObjectPool()
-
Method Summary
Modifier and Type Method Description protected UI3DScene.Plane
makeObject()
Methods inherited from class zombie.popman.ObjectPool
alloc, clear, forEach, release, release, release, release, releaseAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlaneObjectPool
public PlaneObjectPool()
-
-
Method Details
-
makeObject
- Overrides:
makeObject
in classObjectPool
-