Class InterceptorBulletType

All Implemented Interfaces:
Cloneable, Comparable<Content>

public class InterceptorBulletType extends BasicBulletType
This class can only be used with PointDefenseBulletWeapon. Attempting to spawn it in outside of that weapon will lead to standard behavior.
  • Constructor Details

    • InterceptorBulletType

      public InterceptorBulletType(float speed, float damage)
    • InterceptorBulletType

      public InterceptorBulletType()
    • InterceptorBulletType

      public InterceptorBulletType(float speed, float damage, String bulletSprite)
  • Method Details

    • update

      public void update(mindustry.gen.Bullet b)
      Overrides:
      update in class BulletType