Class ShootAlternate

java.lang.Object
mindustry.entities.pattern.ShootPattern
mindustry.entities.pattern.ShootAlternate
All Implemented Interfaces:
Cloneable

public class ShootAlternate extends ShootPattern
  • Field Details

    • barrels

      public int barrels
      number of barrels used for shooting.
    • spread

      public float spread
      spread between barrels, in world units - not degrees.
    • barrelOffset

      public int barrelOffset
      offset of barrel to start on
  • Constructor Details

    • ShootAlternate

      public ShootAlternate(float spread)
    • ShootAlternate

      public ShootAlternate()
  • Method Details