Uses of Class
zombie.util.Pool
Packages that use Pool
Package
Description
-
Uses of Pool in zombie.core.physics
Methods in zombie.core.physics that return PoolModifier and TypeMethodDescriptionstatic Pool<IPooledObject> BallisticsTarget.getBallisticsTargetPool() -
Uses of Pool in zombie.Lua
Fields in zombie.Lua declared as PoolModifier and TypeFieldDescriptionstatic final Pool<LuaEventManager.QueuedEvent> LuaEventManager.QueuedEvent.EventPool -
Uses of Pool in zombie.network.statistics.counters
Constructors in zombie.network.statistics.counters with parameters of type PoolModifierConstructorDescriptionPoolCounter(PerformanceStatistic statistic, Pool<?> pool, String poolName) -
Uses of Pool in zombie.network.statistics.data
Fields in zombie.network.statistics.data with type parameters of type PoolMethods in zombie.network.statistics.data with parameters of type PoolModifier and TypeMethodDescription<PO extends IPooledObject>
voidPerformanceStatistic.onPooledObjectAlloc(Pool<PO> sender, PO newInstance, boolean isReused, Pool.PoolStacks threadLocalPoolStacks) <PO extends IPooledObject>
voidPerformanceStatistic.onPooledObjectReleased(Pool<PO> sender, PO releasedInstance, Pool.PoolStacks threadLocalPoolStacks) -
Uses of Pool in zombie.util
Methods in zombie.util that return Pool