Package mindustry.game
Class Waves
java.lang.Object
mindustry.game.Waves
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic arc.struct.Seq<SpawnGroup>
generate
(float difficulty) static arc.struct.Seq<SpawnGroup>
generate
(float difficulty, arc.math.Rand rand, boolean attack) static arc.struct.Seq<SpawnGroup>
generate
(float difficulty, arc.math.Rand rand, boolean attack, boolean airOnly) static arc.struct.Seq<SpawnGroup>
generate
(float difficulty, arc.math.Rand rand, boolean attack, boolean airOnly, boolean naval) arc.struct.Seq<SpawnGroup>
get()
-
Field Details
-
waveVersion
public static final int waveVersion- See Also:
-
-
Constructor Details
-
Waves
public Waves()
-
-
Method Details
-
get
-
generate
-
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)
-