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.towers.damagetowers
/
DamageTower
/
BeamTarget
Beam
Target
protected
class
BeamTarget
Members
Constructors
Damage
Tower.
BeamTarget
Link copied to clipboard
public
void
DamageTower.BeamTarget
(
)
Properties
counter
Link copied to clipboard
public
int
counter
wave
Entity
Link copied to clipboard
public
WaveEntity
waveEntity
Functions
exponential
Progression
Link copied to clipboard
public
static
double
exponentialProgression
(
double startValue
,
double endValue
,
double t
)
get
Beam
Max
Damage
Link copied to clipboard
public
double
getBeamMaxDamage
(
)
get
Counter
Link copied to clipboard
public
int
getCounter
(
)
get
Current
Beam
Damage
Multiplier
Link copied to clipboard
public
double
getCurrentBeamDamageMultiplier
(
WaveEntity
newEntity
)
get
Wave
Entity
Link copied to clipboard
public
WaveEntity
getWaveEntity
(
)
increment
Counter
Link copied to clipboard
public
void
incrementCounter
(
)
is
Same
Entity
Link copied to clipboard
public
boolean
isSameEntity
(
WaveEntity
newEntity
)
set
Counter
Link copied to clipboard
public
void
setCounter
(
int counter
)