Interface IParticleManager


public interface IParticleManager
  • Method Details

    • addParticle

      void addParticle(Particle particle)
    • addTileParticles

      void addTileParticles(IWorld world, int x, int y, TileState state)
    • addSingleTileParticle

      void addSingleTileParticle(IWorld world, double x, double y, double motionX, double motionY, TileState state)
    • addSmokeParticle

      void addSmokeParticle(IWorld world, double x, double y, double motionX, double motionY, float scale)
    • addSnowParticle

      void addSnowParticle(IWorld world, double x, double y, double motionX, double motionY, int maxLife)
    • addItemParticles

      void addItemParticles(IWorld world, double x, double y, ItemInstance instance)
    • addSingleItemParticle

      void addSingleItemParticle(IWorld world, double x, double y, double motionX, double motionY, ItemInstance instance)
    • getAmount

      int getAmount()