Package 

Class PartyEmitter

  • All Implemented Interfaces:

    
    public final class PartyEmitter
    extends BaseEmitter
                        

    Emitter is responsible for creating a certain amount of particles per tick.

    • Creating x amount of particles in a certain time frame

    • Creating x amount of particles until the threshold maxParticles is met

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<Confetti> createConfetti(Float deltaTime, Party party, CoreRect drawArea) If timer isn't started yet, set initial start time Create the first confetti immediately and update the last emitting time
      Boolean isFinished()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait