Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EternalTD
/
com.magmaguy.eternaltd.level
/
Wave
Wave
public
class
Wave
Members
Constructors
Wave
Link copied to clipboard
public
void
Wave
(
LevelsConfigFields
levelsConfigFields
,
List
<
WaveEntity
>
waveEntities
,
LevelSession
levelSession
,
int waveNumber
)
Properties
cached
Special
Wave
Display
Link copied to clipboard
public
final
String
cachedSpecialWaveDisplay
wave
Attunement
Link copied to clipboard
public
ElementalAttunement
waveAttunement
wave
Entities
Link copied to clipboard
public
final
List
<
WaveEntity
>
waveEntities
Functions
add
Wave
Entity
Link copied to clipboard
public
void
addWaveEntity
(
WaveEntity
waveEntity
)
end
Link copied to clipboard
public
void
end
(
)
get
Cached
Special
Wave
Display
Link copied to clipboard
public
String
getCachedSpecialWaveDisplay
(
)
get
Special
Wave
Link copied to clipboard
public
String
getSpecialWave
(
boolean peekIntoNext
,
boolean suddenDeath
)
get
Wave
Attunement
Link copied to clipboard
public
ElementalAttunement
getWaveAttunement
(
)
get
Wave
Entities
Link copied to clipboard
public
List
<
WaveEntity
>
getWaveEntities
(
)