Class MassDriverBolt

All Implemented Interfaces:
Cloneable, Comparable<Content>

public class MassDriverBolt extends BulletType
  • Constructor Details

    • MassDriverBolt

      public MassDriverBolt()
  • Method Details

    • draw

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

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

      public void despawned(mindustry.gen.Bullet b)
      Description copied from class: BulletType
      Called when the bullet reaches the end of its lifetime or is destroyed by something external.
      Overrides:
      despawned in class BulletType
    • hit

      public void hit(mindustry.gen.Bullet b, float hitx, float hity)
      Overrides:
      hit in class BulletType