Package me.deecaad.core.emitter
Interface Emitter
- All Superinterfaces:
Tickable,TransformLike
- All Known Implementing Classes:
AbstractEmitter,DisplayEntityEmitter,ParticleEmitter
A particle-system style emitter. Lives in the
Transform hierarchy
(via TransformLike) so it can be attached/parented, and is driven by a
TickManager (via Tickable).-
Method Summary
Methods inherited from interface me.deecaad.core.tick.Tickable
getTickLocation, remove, tickMethods inherited from interface me.deecaad.core.utils.TransformLike
applyTransform, getTransform, update
-
Method Details
-
isFinished
boolean isFinished()- Returns:
truewhen the emitter's duration has elapsed AND no live emitted items remain (so the tick manager can remove it).
-