Class Waves

java.lang.Object
mindustry.game.Waves

public class Waves extends Object
  • Field Details

  • Constructor Details

    • Waves

      public Waves()
  • Method Details

    • get

      public arc.struct.Seq<SpawnGroup> get()
    • generate

      public static arc.struct.Seq<SpawnGroup> generate(float difficulty)
    • generate

      public static arc.struct.Seq<SpawnGroup> generate(float difficulty, arc.math.Rand rand, boolean attack)
    • generate

      public static arc.struct.Seq<SpawnGroup> generate(float difficulty, arc.math.Rand rand, boolean attack, boolean airOnly)
    • generate

      public static arc.struct.Seq<SpawnGroup> generate(float difficulty, arc.math.Rand rand, boolean attack, boolean airOnly, boolean naval)