Package 

Class BaseEmitter

  • All Implemented Interfaces:

    
    public abstract class BaseEmitter
    
                        

    An abstract class for creating a custom emitter The emitter decides if a particle should be created and when the emitter is finished

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseEmitter()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<Confetti> createConfetti(Float deltaTime, Party party, CoreRect drawArea) This function is called on each update when the RenderSystem is active Keep this function as light as possible otherwise you'll slow down the render system
      abstract Boolean isFinished()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseEmitter

        BaseEmitter()