Class ExplosionEntityPlugin

java.lang.Object
com.fs.starfarer.api.impl.campaign.BaseCustomEntityPlugin
com.fs.starfarer.api.impl.campaign.ExplosionEntityPlugin
All Implemented Interfaces:
CustomCampaignEntityPlugin

public class ExplosionEntityPlugin extends BaseCustomEntityPlugin
  • Field Details

    • params

    • particles

    • sprite

      protected transient SpriteAPI sprite
    • shockwaveRadius

      protected float shockwaveRadius
    • shockwaveWidth

      protected float shockwaveWidth
    • shockwaveSpeed

      protected float shockwaveSpeed
    • shockwaveDuration

      protected float shockwaveDuration
    • shockwaveAccel

      protected float shockwaveAccel
    • maxParticleSize

      protected float maxParticleSize
    • damagedAlready

      protected LinkedHashSet<String> damagedAlready
  • Constructor Details

    • ExplosionEntityPlugin

      public ExplosionEntityPlugin()
  • Method Details