Uses of Class
de.extio.spacecraft.shared.model.entity.DamageWavePoint
-
Packages that use DamageWavePoint Package Description de.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem. -
-
Uses of DamageWavePoint in de.extio.spacecraft.shared.model.entity
Methods in de.extio.spacecraft.shared.model.entity that return types with arguments of type DamageWavePoint Modifier and Type Method Description BiFunction<DamageWavePoint,DamageWaveOptions,Double>
DamageWaveOptions. getDamageHandler()
Methods in de.extio.spacecraft.shared.model.entity with parameters of type DamageWavePoint Modifier and Type Method Description Double
AbstractCompositeEntity.DefaultDamageWaveDamageHandler. apply(DamageWavePoint damageWavePoint, DamageWaveOptions damageWaveOptions)
Method parameters in de.extio.spacecraft.shared.model.entity with type arguments of type DamageWavePoint Modifier and Type Method Description void
DamageWaveOptions. setDamageHandler(BiFunction<DamageWavePoint,DamageWaveOptions,Double> damageHandler)
-